Hi ,
I have a message listener which listens to message from ActiveMQ. I need to create new threads within the listener and have transaction established, so that if any of the thread fails, the message goes back to the dead letter queue. Any idea how it can be done ?
I have a message listener which listens to message from ActiveMQ. I need to create new threads within the listener and have transaction established, so that if any of the thread fails, the message goes back to the dead letter queue. Any idea how it can be done ?