Problem in stopping JMS Server.
Praveen Upadhyay <[email protected]>
| Newsgroups | gmane.comp.java.openjms.user |
|---|---|
| Message-ID | <[email protected]> |
Since the EmbeddedJMS Class is depricated, thats why I am using JMSServer Class in my application. But when I am stopping the JMSServer then the entire application is exited but I want not this to happen. I want that my application should not exit when I stop the server. How I can acheive this with using JMSServer Class. Please help in this regard........