You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by bhusted <bh...@yahoo.com> on 2006/07/20 15:24:01 UTC

MDB to Remote Broker

Is it possible to have a Message Driven Bean within JBoss connect to a queue
on a remote broker?  If so, where do you specify the remote broker's IP so
the MDB will know that the queue exists on a different server?

The broker will also be running within JBoss.  
-- 
View this message in context: http://www.nabble.com/MDB-to-Remote-Broker-tf1972847.html#a5414973
Sent from the ActiveMQ - User forum at Nabble.com.


Re: MDB to Remote Broker

Posted by James Strachan <ja...@gmail.com>.
On 7/21/06, James Strachan <ja...@gmail.com> wrote:
> On 7/20/06, bhusted <bh...@yahoo.com> wrote:
> >
> > Is it possible to have a Message Driven Bean within JBoss connect to a queue
> > on a remote broker?
>
> Yes

BTW this is the default configuration, for MDBs to talk to a remote
broker. You have to specifically change the ra.xml to force an
embedded broker to be used currently

-- 

James
-------
http://radio.weblogs.com/0112098/

Re: MDB to Remote Broker

Posted by James Strachan <ja...@gmail.com>.
On 7/20/06, bhusted <bh...@yahoo.com> wrote:
>
> Is it possible to have a Message Driven Bean within JBoss connect to a queue
> on a remote broker?

Yes

> If so, where do you specify the remote broker's IP so
> the MDB will know that the queue exists on a different server?

The ServerUrl in the ra.xml

-- 

James
-------
http://radio.weblogs.com/0112098/