Forward messages for specific queues only

2024-05-29 Thread Marc Boorshtein
I've got two AMQ classic instances connected via : AMQ1: AMQ2: Messages pushed to openunison.k8s.obj.dr get forwarded as expected and are proce

Re: Performance issue with Artemis 2.28

2024-05-29 Thread Justin Bertram
I'm glad you got your issue sorted. I would expect setting consumerWindowSize=0 to slow down consumer processing potentially quite a lot depending on your use-case. I worked on HornetQ, and I'm not sure why it behaved differently. There's been over 10,000 commits in the code-base since then so whi

Re: AMQ clients hang waiting for ACK after large messages hits maxPageReadBytes

2024-05-29 Thread Clebert Suconic
BTW: 2.30 had the same semantics.. but some users complained they didn't have a warning in the following case: for (int i = 0; i < MAX_INT; I++) { consumer.receive(); } session.commit(); on that previous case the system would just hang without a warning. after some changes I made now I add

Re: AMQ clients hang waiting for ACK after large messages hits maxPageReadBytes

2024-05-29 Thread Clebert Suconic
this is probably just flow controlling your consumption. If you have many consumers demanding for credits while paging, the system will stop reading when there are too many messages read. and keep reading as more messages are acked. You can use prefetch messages and increase max-read-messages (or

How to update the routingType of an address?

2024-05-29 Thread alexanderweich...@fastmail.com
Hi everybody. I asked the following question on the artemiscloud GitHub repo in issue 936: When updating the `routingType` of an address and applying the changes using kubectl, the operator doesn't update the broker and inst

Re: AMQ clients hang waiting for ACK after large messages hits maxPageReadBytes

2024-05-29 Thread Justin Bertram
> I see in the commit that added this warning that the maxPageReadBytes is not something I can actually change so I assume any solution needs to happen earlier in the chain... I believe you can set the max-read-page-bytes address setting (alluded to in the error message and referenced in the docum

RE: How to set thresholds in ActiveMQ Artemis

2024-05-29 Thread Mandadzhieva, Ayla
Hello Justin, I am referring to JVM memory. My customer wants to get email or any other kind of notifications if the memory consumption has reached to some certain percentage. They received below error and they want to get notification before such problem occurs: May 27, 2024 1:49:01 PM CEST