Re: JMS Queue/Topic definitions and external ActiveMQ XBean configuration

2007-03-08 Thread Aman Nanner/MxI Technologies
Actually, this works! I had another issue (I wasn't committing the transaction) which caused the bridge not to work. This is good as I can leave my JMS destinations defined in the ActiveMQ RAR in my EAR. Thanks for the advice! Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote on 03-08-2007

JMS Queue/Topic definitions and external ActiveMQ XBean configuration

2007-03-07 Thread Aman Nanner/MxI Technologies
Hi, I'm currently trying to configure an ActiveMQ JMS message bridge. In order to do this, I had to recompile Geronimo 1.2 so that it would pick up its ActiveMQ broker configuration from an external XBean configuration file. I also deploy an EAR to Geronimo that consists of our application.

Re: JMS Queue/Topic definitions and external ActiveMQ XBean configuration

2007-03-07 Thread David Jencks
I don't know how likely it is to work, but what happens if you define the admin objects in both the xbean activemq plan (so your message bridge can work) and also in your ear (so geronimo believes they exist)? I have the rather unsubstantiated impression that AMQ thinks a topic or queue

Re: JMS Queue/Topic definitions and external ActiveMQ XBean configuration

2007-03-07 Thread Aman Nanner/MxI Technologies
I tried what you have suggested, and it did fix the deploy issue, but it seems like two separate topics get created with the same name. The message bridge listens on the first topic that is defined, and the EAR references the second topic that is defined. David Jencks [EMAIL PROTECTED] wrote on