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.
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
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
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
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