Setting decreaseNetworkConsumerPriority = true solved the problem.
Thanks again.

Regards
Laci

On 08.05.2014 07:42, Laci Gaspar wrote:
> We have Network TTL=10 and decreaseNetworkConsumerPriority not set (so 
> it defaults to false)
>
> So I'm going to try with decreaseNetworkConsumerPriority = true.
> Thanks for your help.
> Regards
> Laci
>
> On 08.05.2014 05:17, artnaseef [via ActiveMQ] wrote:
>> Is this with the default Network TTL setting of 1?  Sounds like 
>> that's the case and that  decreaseNetworkConsumerPriority is false 
>> (also the default).
>>
>> So, even though the consumer is only on A, and a person can easily 
>> see it makes no sense to move the messages to broker B, in an 
>> ActiveMQ demand-forwarded network-of-brokers, brokers B and C are 
>> both going to create consumers as the means to allow consumers across 
>> the network to consume the messages, and to allow that consumer on 
>> Broker A to receive messages produced on the other brokers, causing 
>> messages to move from Broker A to Broker B.  With the default 
>> round-robin delivery of messages, exactly half will go to broker A's 
>> immediate consumer, and the other half will go to broker B.
>>
>> Broker B will not return those messages to Broker A, nor forward them 
>> on to Broker C, due to exhaustion of the Network TTL of 1.
>>
>> Your best bet is to use the decreaseNetworkConsumerPriority=true 
>> which never sends messages to another broker when there is another 
>> local consumer.
>>
>> ------------------------------------------------------------------------
>> If you reply to this email, your message will be added to the 
>> discussion below:
>> http://activemq.2283324.n4.nabble.com/Request-Reply-in-Network-of-Brokers-tp4680957p4680976.html
>>  
>>
>> To start a new topic under ActiveMQ - User, email 
>> ml-node+s2283324n2341805...@n4.nabble.com
>> To unsubscribe from ActiveMQ, click here 
>> <http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2341804&code=bGFjaWdhc0BnbWFpbC5jb218MjM0MTgwNHwtNTEyNTg4MDgz>.
>> NAML 
>> <http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>  
>>
>





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Request-Reply-in-Network-of-Brokers-tp4680957p4680991.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to