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
http://activemq.apache.org/schema/core"; advisorySupport="true"
brokerName="etp_server"
persistent="true" >
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
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
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
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