Hello everyone,

I am aware that we can send JMS messages from my Spring Batch to JMS Provider in JBoss. Which I am trying now.

In the meanwhile, I wanted to ask one question to a broader development community, how can I listen for return JMS Messages in my Spring Batch?? Is it possible using Spring Batch alone? (Any Event-listening mechanism?)

Thanks!