Re: Request/Response Model Not Working in Network of Brokers. Please Help

2012-10-24 Thread Gary Tully
from your network connectors config, remove: b/c this is bridging all destinations as there are no excludes, so you have two paths to each broker which will complicate it a bit. On the ttl, this should be the minimum number of hops you require, I don't see why you want 6 in there. 3 or 2 should

Re: Request/Response Model Not Working in Network of Brokers. Please Help

2012-10-24 Thread Gaurav Sharma
Some points/observations: 1. Do you have NOB config for HA reasons only? Because if you are immediately consuming published messages, what's the benefit of paying the price of broker-to-broker message transfer.. there are other means to achieve availability and message durability without having to

Re: Request/Response Model Not Working in Network of Brokers. Please Help

2012-10-23 Thread ndmigration
Dear Gary, Thanks for your response. I have enabled the logging and sent a message. The consumer sent the message to BrokerB which was forwarded to BrokerC and processed. The response was put back on BrokerC which forwarded the message to BrokerB and later BrokerA. However, I can see lot of "alrea

Re: Request/Response Model Not Working in Network of Brokers. Please Help

2012-10-23 Thread Gary Tully
enable debug logging on all brokers and produce a single message. you should be able to trace the progress of that message till it expires, gets consumed or gets orphaned. Once you know what happens we will be able to figure out the next step. http://activemq.apache.org/how-do-i-enable-debug-logg