| Author |
Can a JMS Listener stay connected to a "Recreated" topic
|
David Rocks
Ranch Hand
Joined: Apr 24, 2001
Posts: 160
|
|
We are using an application that creates a few JMS Topics when it is started. These topics are there so that various remote applications can create a Listener for a particular topic and listen to updates from the main app. The JMS implementation uses publish subscribe. The problem is that if the main app has to be restarted the others all have to be restarted so as to bind the listener to the new topic. The topics have the same name and are always on the same box. Is there anyway that the listeners do not have to restart so that they can just dynamically link to the topic and not bother if if it is the same one they conected to when instanciated. it was simpler when we used corba but hey i just write the program. cheers in advance david
|
 |
 |
|
|
subject: Can a JMS Listener stay connected to a "Recreated" topic
|
|
|