You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by jimmyfrank <de...@gmail.com> on 2008/04/08 18:33:18 UTC

Duplex question

I'm using 4/08 snapshot.

I have broker A connecting to broker B.  I have duplex="true" on broker A. 
The connection is fine and I can send messages from broker A to broker B. 
My question is, if I create a queue on broker A, what is the correct way to
set the URI to reference a queue on broker A from a client connected to
broker B?
-- 
View this message in context: http://www.nabble.com/Duplex-question-tp16564263s2354p16564263.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Duplex question

Posted by Rob Davies <ra...@gmail.com>.
On 8 Apr 2008, at 17:33, jimmyfrank wrote:

>
> I'm using 4/08 snapshot.
>
> I have broker A connecting to broker B.  I have duplex="true" on  
> broker A.
> The connection is fine and I can send messages from broker A to  
> broker B.
> My question is, if I create a queue on broker A, what is the correct  
> way to
> set the URI to reference a queue on broker A from a client connected  
> to
> broker B?
> -- 
> View this message in context: http://www.nabble.com/Duplex-question-tp16564263s2354p16564263.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

You don't have to - all Queues are global across networks. You can add  
filters on the network connector if you want to control where Queues  
are consumed from - see http://activemq.apache.org/networks-of-brokers.html