Unable to deque messages from Topic after the listener listens the messages in spring jms

Posted by sanjana on Stack Overflow See other posts from Stack Overflow or by sanjana
Published on 2010-02-11T04:55:34Z Indexed on 2010/05/13 19:44 UTC
Read the original article Hit count: 460

Filed under:
|
|
|

I am sending the messages to Topic using oracle.jms.AQjmsFactory. The messages are stored in DB topic . Using DefaultMessageListenerContainer , the messages are being listen .But the problem is the messages are not dequeueing or deleting from the topic i.e., the messages are stucked in topic.

© Stack Overflow or respective owner

Related posts about java

Related posts about jmstemplate