ibm-messaging / mq-jms-spring

Components to assist MQ JMS integration with Spring frameworks
Apache License 2.0
190 stars 102 forks source link

Spring IBM MQ support Backout Queues #25

Closed mykhailomoskura closed 5 years ago

mykhailomoskura commented 5 years ago

IBM Wepshere MQ supports functionalityfor putting message to BackoutQueue. Is it implemented mq-jms-spring ?

ibmmqmet commented 5 years ago

Handling of backout queue is done automatically within the MQ JMS classes. There's nothing extra to do in wrappers like Spring.

mykhailomoskura commented 5 years ago

Hi When I am configuring backout Queue in WebSphereMQ and when transaction rollback occurs it put message back to input queue. Should it be configured on spring jms side? Could you provide some examples, please?

ibmmqmet commented 5 years ago

https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.1.0/com.ibm.mq.dev.doc/q032280_.htm

As I said before, this is handled by the MQ JMS classes.