Re: Duplex networkConnector can not reconnect when network is restored on ActiveMQ 5.9.

2014-02-24 Thread Gary Tully
first. enable trace level logging (log4j) for activemq - there may be some indication of a problem in the logs. then try putting the bridge config in the xml to see if that changes anything. On 22 February 2014 02:14, yygcyupeng <402673...@qq.com> wrote: > I still can not solver this problem ,am I

Re: Duplex networkConnector can not reconnect when network is restored on ActiveMQ 5.9.

2014-02-23 Thread yygcyupeng
http://activemq.apache.org/schema/core"; advisorySupport="true" brokerName="etp_server" persistent="true" >

Re: Duplex networkConnector can not reconnect when network is restored on ActiveMQ 5.9.

2014-02-23 Thread shooeugenesea.tw
Can you provide detail configuration? I can't reproduce it. yygcyupeng wrote > I still can not solver this problem ,am I wrong about creating static > networkbridge? -- View this message in context: http://activemq.2283324.n4.nabble.com/Duplex-networkConnector-can-not-reconnect-when-network

Re: Duplex networkConnector can not reconnect when network is restored on ActiveMQ 5.9.

2014-02-21 Thread yygcyupeng
I still can not solver this problem ,am I wrong about creating static networkbridge? -- View this message in context: http://activemq.2283324.n4.nabble.com/Duplex-networkConnector-can-not-reconnect-when-network-is-restored-on-ActiveMQ-5-9-tp4678187p4678271.html Sent from the ActiveMQ - User mai

Re: Duplex networkConnector can not reconnect when network is restored on ActiveMQ 5.9.

2014-02-20 Thread Yin Wang
It's hard to enumerate differences between them, even for developers. You'd better to create a similar test case to see what's up inside broker, here are some examples, https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=blob_plain;f=activemq-core/src/test/java/org/apache/activemq/transport/di

Duplex networkConnector can not reconnect when network is restored on ActiveMQ 5.9.

2014-02-20 Thread yygcyupeng
Hi All, We are attempting to use a duplex networkConnector for sending message from brokerA to brokerB.like this: URI uri = new URI("static:(tcp://" + ip + ":"+ port + ")"); nc = new DiscoveryNetworkConnector(uri); nc.setDup