-
JMS Topics on the fly?? (1 messages)
- Posted by: Kevin Miller
- Posted on: February 27 2009 08:19 EST
The only scenario I've seen is if you pre-configure JMS resources (connection factories, topics, queues), you can then refer to them programmatically. However, do you know if it's possible to setup, configure, and use JMS topics programmatically....on the fly? Can I create and destroy JMS resources similar to a socket? Thanks! MookieThreaded Messages (1)
- Re: JMS Topics on the fly?? by Rob Davies on March 03 2009 10:01 EST
-
Re: JMS Topics on the fly??[ Go to top ]
- Posted by: Rob Davies
- Posted on: March 03 2009 10:01 EST
- in response to Kevin Miller
It depends on the implementation you use - the Apache ActiveMQ implementation allows dynamic Topic and Queue creation.