ActiveMQ console behind HaProxy with SSL

2022-02-14 Thread Edson Richter
Hi! I do have a ActiveMQ instance running, and console is listening on port 8161 with protocol http. I’ve then setup a HaProxy conecting to ActiveMQ receiving connections on ports 80 (http) and 443 (https). When I access my ActiveMQ console, for some reason, Chrome and Firefox are being redirec

Re: ActiveMQ Classic topic JMX metrics

2022-02-14 Thread Simon Lundström
On Fri, 2022-02-11 at 17:01:54 +0100, Matt Pavlovich wrote: > Server-side “Composite Topic” using a destination interceptor to route to > other destinations? Yes. > Client-side “Composite Topic” where you specify multiple destinations > session.createConsumer(session.createTopic(“TOPIC.A,TOPIC.

Re: ActiveMQ Classic topic JMX metrics

2022-02-14 Thread Simon Lundström
On Fri, 2022-02-11 at 13:54:25 +0100, Tim Bain wrote: > Do the JMX counters for the queues that make up the composite topics > increment as expected? Yep! > I've never used composite topics so I've got no direct experience, but I > would expect the internal consumers to show up in JMX and the cou

Re: Artemis high availability in Kubernetes

2022-02-14 Thread Gary Tully
if you are using multiple brokers, it is best to distribute across pods, such that a single pod failure do not result in a complete outage. On Fri, 11 Feb 2022 at 15:10, Thai Le wrote: > > Hi guys > Thank you very much for sharing. > @Vilius I have tried the artemis-operator and the setup is much