Critical Measure is reporting queue expiry

2022-01-26 Thread Greg Kopff
Hi Community. I have an application that uses HornetQ (2.4.1.Final). It's a pretty simple setup (no HA) - it uses the HornetQ protocol (rather than JMS) and an embedded server. There are about a dozen clients, each in their own JVM, that talk to the server. It all works really well, and has

ActiveMQ Web Console Concurrent User Limit

2022-01-26 Thread Daniel Hjorth
Hello, I am running ActiveMQ 5.15.14 and have a security requirement that the web console use a limit on the number of concurrent user sessions. I have searched through the documentation and jetty.xml and didn't see anything regarding concurrent session limits. Is there a limit set by default?

Re: Artemis development

2022-01-26 Thread Justin Bertram
For what it's worth I use IntelliJ IDEA as well. I haven't used Eclipse in more than 10 years now. Justin On Thu, Dec 30, 2021 at 7:14 PM Dondorp, Erwin wrote: > Hello, > > I'm using Eclipse to browse+edit the Artemis source code. > After fixing a missing in the main pom.xml, I was able to us

Re: Artemis - dealing with variable consumer performance on a large cluster

2022-01-26 Thread Graham Stewart
Hey Gary, Thanks for all your help on this. I really appreciate it. The approach of consumers competing for messages is where we need to get to. We made a decision ages ago that producer and consumer processes on a given host, would all connect to a local Artemis broker running on the same host.

Re: Connection reset / Already connected / Not connected

2022-01-26 Thread Tim Bain
When LDAP auth is enabled and this problem is occurring, could you please use VisualVM or another performance analyzer to capture a CPU sampling snapshot over a minute or so? That should allow us to understand what's so slow about the LDAP code path. Thanks, Tim On Tue, Jan 25, 2022, 8:44 AM Guil

Re: Artemis - dealing with variable consumer performance on a large cluster

2022-01-26 Thread Gary Tully
Hi Graham, I have a lot of questions, in particular on the need for 32 brokers but those can wait! this is tricky, redistribution based on remote demand when local demand is low is very difficult to get right. The fundamental problem is moving messages (data) to consumers, trying to do it fast (w