I've got a web application running within Tomcat. I would like to deploy a Message Driven POJO within the web application. The issue is the Queue I want to listen to isn't an ActiveMQ Queue, but rather a JbossMQ v3.2.5 Queue. Is this architecture possible? Is it possible to use JBoss's Resource Adapter remotely in a similar fashion as the ActiveMQResourceAdapter is used in http://docs.codehaus.org/display/JCA/Message+Driven+POJOs ? Any examples of using a JBoss Resource Adapter in this fashion?
Thanks, Cameron
