Fwd: Need help connecting to broker using proxy

2024-01-07 Thread Sunil Kumar
Hi, i am working on ActiveMQ using c#. I need help in setting the proxy while connecting to the broker using ConnectionFactory IConnectionFactory factory = new ConnectionFactory("ssl://mybrokerurl:4040"); _connection = factory.CreateConnection(_userName, _password);

Re: Looking for HA/replication boilerplate broker.xml and advice

2024-01-07 Thread Justin Bertram
One of the nice things about cloud environments that use K8s (among other things) is that they can restart services automatically, even in the event of a complete pod hardware failure. Many folks rely on this capability in lieu of broker-specific HA. If this suits your needs, then that's what I rec

RE: Looking for HA/replication boilerplate broker.xml and advice

2024-01-07 Thread John Lilley
Sorry, one more thing, you mentioned “single pair of brokers with replication”… does that imply that a triple-replica-set would be immune from the split-brain issue? john [rg] John Lilley Data Management Chief Architect, Redpoint Global Inc. 34 Washington

RE: Looking for HA/replication boilerplate broker.xml and advice

2024-01-07 Thread John Lilley
Justin, Regarding your zookeeper advice we are on Kubernetes -- is there further configuration doc/advice/example when we add K8S into the mix? This is only Azure AKS for now. And we are not wedded to the replication strategy. I while back I *thought* I read it was preferred to shared-stora