You intend to introduce ordering in message processing for your JMS destination by creating a destination key.
Which statement is true about the JMS Destination Key configuration? (Choose the best answer.)
You intend to introduce ordering in message processing for your JMS destination by creating a destination key.
Which statement is true about the JMS Destination Key configuration? (Choose the best answer.)
A JMS Destination Key allows a user-defined sort key. This is an attribute that can be used to define how messages are sorted by specifying a particular message header field, such as JMSMessageID or JMSTimestamp. This enables custom sorting of messages based on specific criteria provided by the user.
C should be correct.
https://docs.oracle.com/cd/E13222_01/wls/docs81/ConsoleHelp/domain_jmsdestinationkey_config.html
https://docs.oracle.com/cd/E13222_01/wls/docs81/ConsoleHelp/domain_jmsdestinationkey_config.html
Destination Keys digunakan untuk mengurutkan pesan berdasarkan header atau properti pesan, termasuk properti yang ditentukan pengguna. Mereka memungkinkan sorting (yang mempengaruhi urutan dalam FIFO), bukan LIFO.