On Feb 20, 2018 11:26 PM, "Rajesh Malla" <[email protected]> wrote:

Thank you Tim,

activemq version 5.12.3

it is our own code. dynamically using UI we are creating n/w connector. at
that time below code execute.
code snippet :
NetworkConnector networkConnector = new DiscoveryNetworkConnector(uri);
networkConnector.setNetworkTTL(this.networkTTL);
networkConnector.setBrokerURL(server.getUrl());

also jprofiler is using 'subscriptions' word even on queue. So queue's
subscriptions showing as zero. but in logs no where finding any information
on closing subscriptions.

one information we are finding as warning :
Network connection between vm://jcs-broker#7832 and HTTP Reader
https://A:22002 shutdown due to a remote error:
javax.jms.InvalidClientIDException: Broker: jcs-broker - Client:
replication_3002_A_localhost_outbound already connected from
blockingQueue_432061146


This sounds like it's in C's logs, after the original connection
disconnects, when A attempts to reconnect; is there anything in A's logs
that indicates why the original connection was disconnected?

Also all of this assumes that everything works correctly at first and then,
later, the connections go bad. Is that accurate? Or does this failure occur
as soon as you try to connect the brokers?

exact error of losing connection not finding, even closing subscription also
not finding. however using jprofiler when we are looking difference between
A,C then we are finding A has 2 subscriptions with B & C
where as C has only 0 subscriptions.







--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to