Some of the messages entering a JMS queue are expiring and are being removed from the queue. You need better insight regarding these expired messages.
Which mechanism helps achieve this? (Choose the best answer.)
Some of the messages entering a JMS queue are expiring and are being removed from the queue. You need better insight regarding these expired messages.
Which mechanism helps achieve this? (Choose the best answer.)
To gain better insight into expired messages in a JMS queue, you should configure an Expiration Event Handler for the JMS Queue which logs the expired message properties. This mechanism allows you to capture details specifically related to expired messages and log their properties for better analysis and troubleshooting.
C should be correct according to this https://docs.oracle.com/middleware/12213/wls/JMSAD/troubleshoot.htm#JMSAD303
https://docs.oracle.com/middleware/12213/wls/JMSAD/troubleshoot.htm#JMSAD299
Konfigurasi logging khusus untuk pesan expired (misalnya, "Expiration Logging Policy") pada destinasi JMS memungkinkan pencatatan informasi tentang pesan yang kedaluwarsa. Opsi A menggambarkan pengaturan ini.