如何在jetspeed中实现jms
我需要从 jetspeed 的 Web 应用程序向 jboss 队列发送消息。我用谷歌搜索。 ActiveMQ api 用于 jetspeed 队列。但是,我需要向 jboss 队列发送一条消息,该消息将由 jboss 应用程序中的侦听器接收。是否可以通过 jetspeed 向 jboss 队列发送消息?
I need to send a message to jboss queue from a web application of jetspeed. I googled. ActiveMQ api is for jetspeed queue. But, I need to send a message to jboss queue where the message will be received by the listener in the jboss application. Is that possible to send a message through jetspeed to jboss queue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谢谢大家。我自己找到了答案。为了在jetspeed中实现jms,我将一些来自jboss的库(例如Jbossall-client.jar,Jbossjmx-ant.jar,Jmx-client.jar和Jnp-client.jar)添加到jetspeed应用程序中。然后,它工作正常。
Thanks to everyone. I myself found the answer. In order to implement jms in jetspeed, I added some of the libraries from jboss such as Jbossall-client.jar,Jbossjmx-ant.jar,Jmx-client.jar and Jnp-client.jar to the jetspeed application. Then, it is working fine.