We are using n/w connectors between 3 brokers 
is 
A->B
A->C

B->A
B->C

C->A
C->B

also we are using synchronous request and reply pattern using camel to send
and receive message in temp queue.
we have question is it good to use networkTTL = 2 in above configuration ?
will it work properly or 
is there any chance of losing message ?
for example

A                   B                   C
tmpQ              tmpQ              tmpQ

what if producer send message to A and waiting on tmpQ, consumer C receives
message and reply to  tmpQ [ of C], ? 

 A,B,C are producers and consumers on tmpQ



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to