Artemis - audit logging and anonymous user

2020-04-24 Thread Stephen M Groucutt
Hi, We’re using Artemis 2.11.0 running on Red Hat 8 in a pod. We use the TextFileCertificateLoginModule for authentication, which has been working well for us. We are configured only for the AMQP acceptor using amqps on port 5671. My question is about the audit log output from the logger with

Re: ActiveMQ getting blocked once memory is 100 % used

2020-04-24 Thread Justin Bertram
Do you have consumers? If not then memory usage will never decrease. If so, then they need to be *faster* than the producers in order to reduce memory usage otherwise the producers will send new messages as soon as any messages are consumed effectively keeping you at 100% usage. Justin On Fri,

ActiveMQ getting blocked once memory is 100 % used

2020-04-24 Thread Saurabh Bhatia
I have 2 queues setup in ActiveMQ broker. Wanted to test that producer flow control is working and producers for both queue are getting stalled when there is no memory. As soon as event occurs, messages start getting enqueued in both queues, but everything stops after memory reaches 100%(sometimes

Re: Continously java.net.SocketException: Connection reset

2020-04-24 Thread Tim Bain
You're right, I re-read the log and you did provide the broker logs. Sorry for the confusion. I assume the client logs show something similar for the root cause (even though it'll be a different stack trace)? Unfortunately I don't have any experience configuring or troubleshooting HAProxy. I