简体   繁体   English

集成jboss 6后如何在activemq中查看创建的jms队列?

[英]How to view created jms queue in activemq after integrating jboss 6?

I have configured activemq in jboss using this link . 我已经使用此链接在jboss中配置了activemq。 If i run standalone activemq server i can able create/delete/update queue in the browser using this http://localhost:8161/admin/queues.jsp 如果我运行独立的activemq服务器,则可以使用以下http://localhost:8161/admin/queues.jsp在浏览器中创建/删除/更新队列

Now activemq was configured in jboss.If browse above url not found message displayed. 现在在jboss中配置了activemq。如果浏览以上未找到url消息显示。

How to manipulate queue configuration in integrated activemq? 如何在集成的activemq中操纵队列配置?

The web gui is a simple web application that is deployed on the bundled Jetty server that came with the standalone version of ActiveMQ. Web gui是一个简单的Web应用程序,它部署在独立版本的ActiveMQ附带的捆绑Jetty服务器上。

You can deploy that, or preferably hawt.io to your JBoss instead. 您可以部署它,或者最好将hawt.io部署到您的JBoss。 hawt.io can even remote connect to your ActiveMQ using JMX. hawt.io甚至可以使用JMX远程连接到您的ActiveMQ。 Try it out! 试试看!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM