[jboss-user] [JBoss Messaging] - Lost message in queue
kpupkov
do-not-reply at jboss.com
Fri Aug 21 01:53:40 EDT 2009
I am lost message in queue. According to Admin tool (JMS Destination/Metrics/Message Count 1 The number of messages in the queue)
I can see record in DB as well.
However Admin tool (JMS Destination/Control/ListAllMessages) return empty list. Same issue in my java code (all browser with empty selector) cannot see that message.
Some details:
QueueSession session = conn.createQueueSession( false, QueueSession.CLIENT_ACKNOWLEDGE);
I never invoke "message.acknowledge();" in order to make sure message in Queue.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250787#4250787
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250787
More information about the jboss-user
mailing list