On 13 Oct 2005, at 23:42, Cameron Taggart wrote:
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.
Why would you want to do such a thing - just use ActiveMQ :) http://activemq.org/How+does+ActiveMQ+compare+to+JBossMQ
Is this architecture possible?
Sure - Jencks should work with any resource adaptor.
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?
It should just work. If you hit any hurdles with JBoss's RA then you can always try use the GenericRA which works with any JMS provider; but the JBoss RA should work. Do let us know if you hit any issues & we'll try help out.
James ------- http://radio.weblogs.com/0112098/
