You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by naga007 <NS...@gmail.com> on 2007/02/23 22:24:34 UTC

Re: [Spam: 5.0] Network of brokers configuration ...


change this in includedestinations and try to see if t works.

 <queue physicalName=">" /> 


David Borja-2 wrote:
> 
> Hi ...
> 
> This is my scenario :
> 
> I hava a broker called "dllo-aborja" and other one called "localhost2".
> 
> I need that all messages that i put on some queue in dllo-aborja broker,
> forward to localhost2 broker, including the queues ...
> 
> This is my config ..
> 
> 
> <networkConnectors>
>     <networkConnector
>         uri="static://(tcp://localhost:61616,tcp://192.168.147.145:61616)"
>         failover="true" name="bridge" dynamicOnly="false"
>         conduitSubscriptions="true"
> decreaseNetworkConsumerPriority="false"
>         networkTTL="99">
>         <excludedDestinations>
>             <queue physicalName="exclude.test.foo" />
>                 <topic physicalName="exclude.test.bar" />
>             </excludedDestinations>
>             <dynamicallyIncludedDestinations>
>                 <queue physicalName="" />
>             </dynamicallyIncludedDestinations>
>     </networkConnector>
> </networkConnectors>
> 
> 
> What i am missing in the configuration above ??
> 
> 
> Thanx!!!
> 
> 

-- 
View this message in context: http://www.nabble.com/Network-of-brokers-configuration-...-tf3279896s2354.html#a9127083
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: [Spam: 5.0] Network of brokers configuration ...

Posted by David Borja <ad...@gmail.com>.
Hi ..

I still get the same problem !!!!

any other idea??




On 2/23/07, naga007 <NS...@gmail.com> wrote:
>
>
>
> change this in includedestinations and try to see if t works.
>
> <queue physicalName=">" />
>
>
> David Borja-2 wrote:
> >
> > Hi ...
> >
> > This is my scenario :
> >
> > I hava a broker called "dllo-aborja" and other one called "localhost2".
> >
> > I need that all messages that i put on some queue in dllo-aborja broker,
> > forward to localhost2 broker, including the queues ...
> >
> > This is my config ..
> >
> >
> > <networkConnectors>
> >     <networkConnector
> >
> uri="static://(tcp://localhost:61616,tcp://192.168.147.145:61616)"
> >         failover="true" name="bridge" dynamicOnly="false"
> >         conduitSubscriptions="true"
> > decreaseNetworkConsumerPriority="false"
> >         networkTTL="99">
> >         <excludedDestinations>
> >             <queue physicalName="exclude.test.foo" />
> >                 <topic physicalName="exclude.test.bar" />
> >             </excludedDestinations>
> >             <dynamicallyIncludedDestinations>
> >                 <queue physicalName="" />
> >             </dynamicallyIncludedDestinations>
> >     </networkConnector>
> > </networkConnectors>
> >
> >
> > What i am missing in the configuration above ??
> >
> >
> > Thanx!!!
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Network-of-brokers-configuration-...-tf3279896s2354.html#a9127083
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>