It's not a secret anymore!
The moose likes Other JSE/JEE APIs and the fly likes JMS persistent messages. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "JMS persistent messages." Watch "JMS persistent messages." New topic
Author

JMS persistent messages.

Jumpy David
Greenhorn

Joined: Jan 17, 2001
Posts: 10
Hi,
Firstly, if I get a message
Tue Jan 30 14:40:32 GMT+02:00 2001:<I> <JMS> Init JMS persistent store
in the console while Weblogic Starts up. Does that mean that persistence has been activated while sending JMS Messages ? I have a simple JMS Message sender ( in an EJB) which sends persistent messages to queue and JMS Message receiver ( in another EJB) which receives messages. How can I test this for persistence?
Secondly, when I send two messages using Message Sender( by running it twice) and then run the receiver I get only the last message. When I run receiver again I get null. I want to be able to send multiple messages to queue and then receive them reliably. The scenario is multiple sender and single receiver.
Thanks!
Nidhi
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JMS persistent messages.
 
Similar Threads
JBoss JMS Queue Message not reached to configured queue, but its wrongly redirected to default DLQ.
Sun JMS example P-to-P droped msg's
Why there is so hype of JMS in just to send a message? Please give some explanations..
JMS - Queue - number of senders?