Add Queue to OpenJMS
at the moment I am playing around a little bit with openJMS. I already got the examples working, but in that cases I have to add开发者_高级运维 / edit the queues and topics in the admin-page.
Is it possible - and how - to add queues dynamically while openJMS is running? What I want to do is, creating and destroying objects at runtime that can describe to the JMS and have their own point-to-point queue.
Found the answer by my self, it's rather good described on the official usersguide - why didn't I find it first?
http://openjms.sourceforge.net/usersguide/admin.html
精彩评论