JMS CLIENT_ACKNOWLEDGE BPEL
Hi,
We are trying to see if we can configure CLIENT_ACKNOWLEDGE in BPEL in order to not let JMS delete messages until a transaction is finished. We followed guide at Darwin-IT: XA Transactions with SOASuite JMS Adapter but it seems like the message still gets deleted even if we throw fault in the transaction?
We created new JMS outbound JNDI with CLIENT_ACKNOWLEDGE & IsTransacted=true with XA Transaction, when we consume jms message using this jndi, and throw a custom fault, 3 retries happens to auto recover and then message is deleted from the queue. We have configured a redirect for delivery failure, but our delivery failure queue does not get this message.