Hy, I'm using NetworkConnector to transfer Messages from one Broker to another. Everything works fine but it happens with ActiveMQ 4.1 and also ActiveMQ 5.1 that the NetworkConnector stops working. Here is my configuration that I used in 4.1 and also in 5.1:
<networkConnectors> <networkConnector uri="static://(${activemq.remoteURL})" dynamicOnly="true" networkTTL="2"> <dynamicallyIncludedDestinations> <queue physicalName="Queue1"/> <queue physicalName="Queue2"/> </dynamicallyIncludedDestinations> </networkConnector> </networkConnectors> This NetworkConnector is running in JBoss 4.2.1 and connects to ESB-Servicemix running with ActiveMQ4.1. Following there is a picture from the JBoss J-Console. 72003 Message were transfered, after that there is no consumer anymore and no message are transfered anymore. http://www.nabble.com/file/p17773159/NetWorkConnector.jpg Greets Goldi -- View this message in context: http://www.nabble.com/NetworkConnector-stops-Sending%21-tp17773159p17773159.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.