Re: Broker network disconnecting every minute

2016-05-16 Thread Tim Bain
Do you get the same behavior with the tcp transport instead of the ssl transport? Also, are you sure the underlying network is completely stable? On May 16, 2016 2:55 PM, "kgoerlitz" wrote: > What are the best options to use on the transportConnector and > networkConnectors for a broker network?

Re: How can i get Broker Service instance of the remote broker ?

2016-05-16 Thread Tim Bain
The broker MBean exposes TotalConnectionsCount, TotalConsumerCount, and TotalProducerCount; do you actually need the session count? (If so, why? What are you actually trying to accomplish with your monitoring, and how does session count help you accomplish it?) Tim On May 16, 2016 10:51 AM, "akhi

Broker network disconnecting every minute

2016-05-16 Thread kgoerlitz
What are the best options to use on the transportConnector and networkConnectors for a broker network? I have a hub-spoke broker network using duplex connections from the spokes to the hub. The network connections are being established, but are disconnecting and reconnecting every minute. On the

Re: How can i get Broker Service instance of the remote broker ?

2016-05-16 Thread akhil
Hi Tim , I am sorry i didn't explain the correct use case , what i am doing here is trying to get the total session count on the remote broker from my java client and to display on our monitoring tool. At this point i am just trying to get this with the help of region broker instance which inter

Re: Artemis - Duplicate message detected - message will not be routed.

2016-05-16 Thread Justin Bertram
Running the example (e.g. using 'mvn verify') succeeds so I would recommend you run it yourself and compare the broker configuration with your own. Justin - Original Message - From: "abhijith" To: users@activemq.apache.org Sent: Thursday, May 12, 2016 4:35:44 PM Subject: Artemis - Dupl

Re: [Artemis, Qpid JMS] Connection limit

2016-05-16 Thread Vavricka
It is probably linked to allowed Anonymous access. It looks like that user is ignored and Anonymous acces is used. And there is no limit for anonymous user. DEBUG org.apache.qpid.jms.sasl.SaslMechanismFinder - Skipping SASL-PLAIN mechanism because the available credentials are not sufficient INFO

Re: How can i get Broker Service instance of the remote broker ?

2016-05-16 Thread Tim Bain
You haven't told us what you're actually trying to do with the reference to the broker (which means there is a non-trivial risk that this is an X-Y problem - http://meta.stackexchange.com/questions/66377/what-is-the-xy-problem), so JMX might or might not allow you to do whatever it is. But if JMX

Re: [Artemis] Set allowed SASL mechanisms

2016-05-16 Thread Vavricka
Yes, I meant SASL EXTERNAL mechanism for authentication. Vavricka Jakub Scholz wrote > I think he means the SASL EXTERNAL mechanism for authentication. > > J. -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-Set-allowed-SASL-mechanisms-tp4711889p4711976.html