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.
精彩评论