I'm using the
to receive JMS messages from a WebSphere MQ queue. When an Exception occurs when handling a message, I want the adapter to stop receiving messages.Code:<jms:message-driven-channel-adapter id="testQueueAdapter" container="testQueueListener" channel="testQueueInChannel" />
How can I do this ?


Reply With Quote