The <networkConnector> element is mapped to the DiscoveryNetworkConnector
class, which extends NetworkConnector. By default, the <networkConnector>
element represents a unidirectional forwarding bridge. As Rob mentioned in a
related posting, to make it bidirectional, you need to set the duplex
property to true. A couple of duplex-relevant JIRA's are AMQ-1661 and
AMQ-1542.

Joe


Sridhar2008 wrote:
> 
> First off, given the info in your email, I think local broker gives you
> isolation from changes to the remote broker (e.g., config changes,
> unreachable for some time etc) and flexibility in future.
> 
> Joe: As per the following resolved issue:
> http://issues.apache.org/activemq/browse/AMQ-920
> 
> the NetworkConnector *should* be bidirectional.
> 
> 
> ttmdev wrote:
>> 
>> If you decide to put it on the local broker, make sure the remote broker
>> has a forwarding bridge back to the local broker. 
>> 
>> Joe 
>> 
>> 
>> Hiram Chirino wrote:
>>> 
>>> either one works.. but putting on the local broker is typically
>>> simpler and what is normally done.
>>> 
>>> On Thu, May 22, 2008 at 4:06 PM, carloc <[EMAIL PROTECTED]> wrote:
>>>>
>>>> Hi Everyone,
>>>>
>>>> I would like to implement a request - reply message.
>>>> I have two brokers, a local broker and a remote broker.
>>>>
>>>> My problem is I want to do a request reply but I'm not sure of whether
>>>> to go
>>>> directly to the remote broker and make a request there.
>>>> Or to put a request on the local broker and use a networkconnector so
>>>> that
>>>> it should send the message to the remote router.
>>>>
>>>> What's the best approach to doing this?
>>>>
>>>> I'm using Camel btw.
>>>>
>>>> Thanks And Regards
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Store-And-Forward-Request-Reply-tp17412404s2354p17412404.html
>>>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>>>
>>>>
>>> 
>>> 
>>> 
>>> -- 
>>> Regards,
>>> Hiram
>>> 
>>> Blog: http://hiramchirino.com
>>> 
>>> Open Source SOA
>>> http://open.iona.com
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Store-And-Forward-Request-Reply-tp17412404s2354p17425073.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to