Answers

Question and Answer:

  Home  BEA Weblogic

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

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.

 214 views

More Questions for you: