Do your more recent posts (which don't appear to indicate that this
behavior is still occurring) mean that you've resolved your problem here?
If so, can you please explain what the problem was and what you did to fix
it?
Tim
On Wed, Feb 21, 2018 at 6:46 AM, Tim Bain wrote:
>
>
> On Feb 20, 2018
On Feb 20, 2018 11:26 PM, "Rajesh Malla" 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
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);
networkConnecto
Is the networkConnector actually getting disconnected? Or are you simply
losing subscriptions (I'd call that "consumers" since this is a queue) over
a network link that remains up the whole time?
If the former, can you please post log information detailing the
disconnection and failed reconnection
Hello
we are creating network connector b/w
A->B
A->C
B->C
B->A
C->B
C->A
using networkttl=10.
Sample Network connector creation :
NetworkConnector networkConnector = new DiscoveryNetworkConnector(uri);
networkConnector.setNetworkTTL(this.networkTTL);
networkConnector.setBrokerURL(server.getU