Re: Message not removed from queue

2009-05-13 Thread Ankit Vernekar
xml on queue. Regards, Ankit Vernekar -- View this message in context: http://www.nabble.com/Message-not-removed-from-queue-tp23496850p23517692.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Message not removed from queue

2009-05-12 Thread Ankit Vernekar
Hi Andreas, I am monitoring the queue using JConsole and also m receiving the same old output.In JConsole the queue size is not reduced when the message is consumed. Regards, Ankit Vernekar -- View this message in context: http://www.nabble.com/Message-not-removed-from-queue

Re: Message not removed from queue

2009-05-12 Thread Ankit Vernekar
Hi Andreas, Thank You for the reply but the solution dint work.Any other possible solution ? Regards, Ankit Vernekar -- View this message in context: http://www.nabble.com/Message-not-removed-from-queue-tp23496850p23516327.html Sent from the ActiveMQ - User mailing list archive

Re: Message not removed from queue

2009-05-12 Thread Ankit Vernekar
methods implements Service,MessageListener hence start method is used Even though i am able to read the message from the activemq queue the message does not get deleted Can you please point where I may be going wrong and any solution for that. Thank you, Ankit Vernekar -- View this mes

Message not removed from queue

2009-05-11 Thread Ankit Vernekar
session.commit(); } catch(Exception e) { System.out.println(e.getMessage()); } the message is read but doesnt get deleted from the queue (i.e. queuesize doesnot get reduced).Please suggest a solution. Thank