ibm-messaging / mq-jms-spring

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

Does this dependency provide Asynchronous consuming message from queue #41

Closed ishwarps closed 4 years ago

ishwarps commented 4 years ago

HI, I need to integrate spring with IBM MQ. i need to consume the message asynchronous from Queue and topic. i was searching the example but i did not found where its showing consuming/reading message asynchronous from queue. does "mq-jms-spring" dependency provides the asynchronous and thread safe like how EJB MDB working?

ibmmqmet commented 4 years ago

The actual asynchronous consumption is handled by Spring classes that in turn make use of this module. See for example the @JmsListener annotation.

ishwarps commented 4 years ago

@ibmmqmet : Thanks for update.i got it .