Oracle WebLogic Server 12c: Advanced Administration II — Question 4
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.)
Answer options
- A. A JMS Destination Key cannot be specified using WLST.
- B. A JMS Destination Key cannot be used to sort messages in a Last In First Out order.
- C. A JMS Destination Key allows a user-defined sort key.
- D. A Destination Key can be applied to the message body.
Correct answer: A
Explanation
The correct answer is A because JMS Destination Keys cannot be defined using the WebLogic Scripting Tool (WLST). Option B is incorrect as JMS Destination Keys are not designed for Last In First Out sorting. Option C is misleading as while a sort key can be user-defined, it doesn't negate the restrictions of WLST, and option D is incorrect since a Destination Key cannot be applied to the message body.