Oracle WebLogic Server 12c: Advanced Administration II — Question 24
You need to make sure that a JMS Message never expires.
What value should you set for the JMSExpiration header? (Choose the best answer.)
Answer options
- A. 0
- B. 999
- C. 1000
- D. 1
Correct answer: A
Explanation
Setting the JMSExpiration header to 0 indicates that the message should never expire, making it the correct choice. The other options, such as 999, 1000, and 1, imply some duration after which the message would no longer be valid.