开发者

How to implement jms in jetspeed

开发者 https://www.devze.com 2023-02-05 11:43 出处:网络
I need to send a message to jboss queue from a web application of jetspeed. I开发者_如何学Python googled. ActiveMQ api is for jetspeed queue. But, I need to send a message to jboss queue where the mes

I need to send a message to jboss queue from a web application of jetspeed. I开发者_如何学Python 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消