| Author |
Persisting messages in JMS
|
Matt Givney
Greenhorn
Joined: Sep 17, 2003
Posts: 2
|
|
Hello, JMS question. I have a topic publisher/subscriber set up on a single topic. When both are logged in and I post a message, I receive it without any problem. But if my publisher publishes a message while the subscriber isn't running, and I then run the subscriber, the message never gets delivered. As long as the topic is alive, shouldn't the message persist on the topic until the subscriber pulls it off? If so, where should I look to correct this issue? Thanks! Matt
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Use Durable Subscription. http://www.jguru.com/faq/view.jsp?EID=1176 JMS Tutorial http://java.sun.com/products/jms/tutorial/1_3_1-fcs/doc/advanced.html#1024758
|
Groovy
|
 |
 |
|
|
subject: Persisting messages in JMS
|
|
|