How do I put a message back on the queue for processing?

Submitted by: Administrator
The following are several approaches:
* Use a transacted session, then rollback the session so the message will go back to the queue.
* Use Session.CLIENT_ACKNOWLEDGE when creating a session, then recover the session so the message will go back to the queue.
* Use a JTA transaction, then rollback the transaction so the message will go back to the queue.
Submitted by: Administrator

Read Online BEA Weblogic Job Interview Questions And Answers