Re: Messages not getting forwarded in store and forward scheme in ActiveMQ

2018-05-20 Thread Tim Bain
This sounds like it is happening because you're using the failover transport in a networkConnector without specifying maxReconnectAttempts=0. In a networkConnector, it's necessary for the networkConnector itself to find out about connection failures, so it can do recovery logic, but the default beh

Messages not getting forwarded in store and forward scheme in ActiveMQ

2018-05-20 Thread BISHWAJIT
Hello, I setup very simple store and forward network of 2 brokers. The producer sends the messages to the queue say Q to broker B1, which forwards the messages to broker B2 from where the consumer C gets the messages. In normal scenario this works perfectly, but when I restarted the broker B2

Messages not getting forwarded in store and forward scheme in ActiveMQ

2018-05-20 Thread BISHWAJIT
Hello, I setup a store and forward network of bridges of 2 brokers as follows this work perfectly in normal scenario. But when i restarts the Broker-2 or abnormally stops the consumer on machine-2, the

Messages not getting forwarded in store and forward scheme in ActiveMQ

2018-05-20 Thread BISHWAJIT
Hello, I setup a store and forward network of bridges of 2 brokers as follows this work perfectly in normal scenario. But when i restarts the Broker-2 or abnormally stops the consumer on machine-2, the