If you give me some more info, I can try and reproduce on my end. Let me know
your config file and how your producers/consumers are connecting.
-
http://www.christianposta.com
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Jconsole-and-Embedded-Broker-tp4590764p4599682
quick question about the network connectors/bridge and failover. seems the
static discover is sufficient to handle failovers as it will poll the slave
in a master/slave network of brokers. seems the polling is configurable
also. is there any reason to use the failover() mechanism when establishing
Hi all,
I would like to create an embedded ActiveMQ broker that listens on SSL
protocol using client authentication mechanism (TLS).
Here's my code that expects to do so :
*//loading keystore from file
KeyStore keystore = KeyStore.getInstance("pkcs12");
File ksfile = new File("/home/me/cl