Home:ALL Converter>How can I store messages in a JMS Queue without using a Database?

How can I store messages in a JMS Queue without using a Database?

Ask Time:2014-04-28T12:43:33         Author:Developer

Json Formatter

I have sent messages to a JMS Queue using a Servlet;
and there is Message Listener for that Queue
but I m not using those messages anywhere;
but when I check the Messages in the Queue using WebLogic Admin console; it is not displaying any messages although it is indicating that there are 20 messages in Total.
Kindly tell me what I can do to save the sent messages in the JMS Queue??
Any guidance or suggestion would be highly appreciable. Thank you!

Author:Developer,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/23332642/how-can-i-store-messages-in-a-jms-queue-without-using-a-database
yy