Re: Get Number of connection from all host to my activemq broker.

2014-11-13 Thread bansalp
Can you please guide me on how can this be achieved using JMX api. (for now lets forget whether values are right or wrong). Thanks, --bansalp -- View this message in context: http://activemq.2283324.n4.nabble.com/Get-Number-of-connection-from-all-host-to-my-activemq-broker-tp4687405p4687430.ht

Re: Get Number of connection from all host to my activemq broker.

2014-11-13 Thread Tim Bain
Right, that's why I said that I'm not sure you'll be able to do this using the activemq-admin console (though maybe someone else will know of a way), and that I believe that it can be done using the Java JMX MBeans API plus some custom Java code to group/count the results. But as I said, I've seen

Re: Get Number of connection from all host to my activemq broker.

2014-11-13 Thread bansalp
I can get currentConnection count using activemq-admin query --view CurrentConnectionsCount jmxurl... But I want number of client from each host as well. Thanks, --bansalp -- View this message in context: http://activemq.2283324.n4.nabble.com/Get-Number-of-connection-from-all-host-to-my-

Re: Get Number of connection from all host to my activemq broker.

2014-11-13 Thread Tim Bain
Looking at the documentation for activemq-admin ( http://activemq.apache.org/activemq-command-line-tools-reference.html), I don't see a way to get this information without using JMX, but maybe someone knows of a way to do it. If you can't find a way to do this via activemq-admin, you should be abl

Get Number of connection from all host to my activemq broker.

2014-11-13 Thread bansalp
Hi, ActiveMQ broker setup: broker is running on machine: hostA Clients from different host can connect to my broker instance running on hostA, there can be any number of client from any host. Is there a way to find out how many clients are connected to broker and also list which tell me how man

Re: Problem with embedded broker

2014-11-13 Thread juanmanuel.romeraferrio
Perfect! This works that I expected. Thanks. Juan Manuel -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-with-embedded-broker-tp4687370p4687404.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ connecting to zookeeper servers using kerberos

2014-11-13 Thread johnbing
Hi, I am using replicated leveldb for the persistent storage. In my setup: zookeeper server is running and and using kerberos authentication for all the clients connecting to the zookeeper server. I don't know how ActiveMQ can pass kerberos credential to the zk server. Does ActiveMQ allows passi

Re: Problem with embedded broker

2014-11-13 Thread Tim Bain
You can specify that messages should be forwarded even if no consumer is connected by using the staticallyIncludedDestinations element on the networkConnector. See https://access.redhat.com/documentation/en-US/Fuse_ESB_Enterprise/7.1/html/Using_Networks_of_Brokers/files/FMQNetworksMessagePropagati

Re: Problem with embedded broker

2014-11-13 Thread juanmanuel.romeraferrio
This is by default? Can I change that? What's the best architecture for a system that need send message to a remote broker all the time and if the remote broker is offline, need to save this message in a local queue and send when the connection is established again ? -- View this message in cont

Re: Multicast Discovery with non-default group name not working

2014-11-13 Thread Eric Tan
Hi Milo, I'm having the same problem with Apache.NMS.ActiveMQ 1.6.3. Looking at the code, the problem maybe due to MulticastDiscoveryAgent defining the "group" field which override the "group" field in it's parent class AbstractDiscoveryAgent. As MulticastDiscoveryAgent didn't define the proper

ActiveMQ 5.11 release date?

2014-11-13 Thread Konermann, Ansgar
Hi, we are struggling with an ActiveMQ bug which is fixed in 5.11 (https://issues.apache.org/jira/browse/AMQ-5241 ) Since there is no release 5.11 available yet, we want to decide which way to go: wait for a release or build/deploy our own snapshot version from sources. Of course, we'd be happ