I am using Active MQ temporary queues to communicate between a server and multiple clients (each client has it's
own queue). If a client dies before the reply is received - the server is getting a jms exception (which is correct).
The messages are getting rolled back and the server is stuck. Is there any way to commit the messages and proceed?
I am using jms:inbound-gateway and the reply mesages are auto-generated.
Any help is appreciated