将队列添加到 OpenJMS
目前我正在尝试使用 openJMS。我已经让示例正常工作,但在这种情况下,我必须在管理页面中添加/编辑队列和主题。
是否可以在 openJMS 运行时动态添加队列以及如何动态添加队列?我想要做的是,在运行时创建和销毁可以向 JMS 描述并拥有自己的点对点队列的对象。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己找到了答案,官方用户指南上描述得很好 - 为什么我没有先找到它?
http://openjms.sourceforge.net/usersguide/admin.html
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