AMQ 2.39.0 - shared-storage Failover

2025-03-05 Thread Felix Buergler (Suva)
Hi all, We run AMQ 2.39.0 with NFS shared-store ha-policy. NFS Service is based on Hitachi HNAS Cluster. When NFS Share is moved online to the other site, our AMQ Backup takes over and Primary is terminating. Is there a way to remain Primary "warm standby" without terminating the process and fa

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread Justin Bertram
> ActiveMQ Classic supports composite and wildcard consuming patterns to support significantly dropping that number. Last time I checked, Artemis didn’t support that. For pub/sub use-cases (which I believe is what is in view here) Artemis definitely supports wildcard consuming patterns. It's been

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread Matt Pavlovich
Hi William- A messaging pattern of millions of queues with low volume of messages sounds like an anti-pattern. Keep in mind that there is overhead for maintaining a queue — indexes, etc — and you’d need a consumer object per-queue residing in the broker. If you add networking-of-brokers to tha

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread Justin Bertram
It really depends on your specific use-case. I'd recommend you consult with the Apache Kafka community if you're interested in exploring options in that direction. There's likely not many (if any) Kafka experts on this list. Justin On Wed, Mar 5, 2025 at 2:46 PM William Crowell wrote: > I am w

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread William Crowell
I am wondering if Apache Kafka might be more feasible for something like this. Regards, William Crowell From: Justin Bertram Date: Wednesday, March 5, 2025 at 3:26 PM To: users@activemq.apache.org Subject: Re: Maximum Amount of Topic/Queues Within Apache Artemis That's it. Justin On Wed, Ma

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread Justin Bertram
That's it. Justin On Wed, Mar 5, 2025 at 2:19 PM William Crowell wrote: > Justin, > > Never, I think I found it: > > “…the web console's behavior is configurable. Go to the "Preferences" > (available from the menu in the top right) and click the "Jolokia" tab. > Here you can turn off auto-refr

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread Alexander Milovidov
1. G1GC garbage collector 2. Durable queues ср, 5 мар. 2025 г. в 22:18, William Crowell : > Alexander, > > Thanks for your reply. Are you using the G1GC garbage collector or > something else? > > Are you using durable or non-durable queues? > > Regards, > > William Crowell > > From: Alexander Mi

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread William Crowell
Justin, Never, I think I found it: “…the web console's behavior is configurable. Go to the "Preferences" (available from the menu in the top right) and click the "Jolokia" tab. Here you can turn off auto-refresh (i.e. "Update rate"). You can also decrease the amount of data fetched by lowering

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread William Crowell
Justin, Appreciate your reply. Your insight is greatly appreciated and invaluable. If you can provide more details on this, then I would appreciate it. I can search the archives for it as well. I am guessing there is some command line equivalent to represent the tree. What we have is severa

Re: Server plugin for artemis 2.39

2025-03-05 Thread Justin Bertram
I can't recall any particular changes here. Did you create your instance of 2.39.0 from scratch or did you upgrade it from 2.30.0? Justin On Wed, Mar 5, 2025 at 12:48 PM John Lilley wrote: > I'm having trouble getting my plugin recognized by artemis 2.39 under > Windows x64. > > I configure it

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread Justin Bertram
The broker itself doesn't impose any arbitrary limits on the number of addresses & queues. That said, there certainly are limits, the size of your heap probably being the most important. Every address and queue carry with it some memory overhead including the objects themselves but also related obj

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread William Crowell
Alexander, Thanks for your reply. Are you using the G1GC garbage collector or something else? Are you using durable or non-durable queues? Regards, William Crowell From: Alexander Milovidov Date: Wednesday, March 5, 2025 at 2:08 PM To: users@activemq.apache.org Subject: Re: Maximum Amount

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread Alexander Milovidov
Hi William, I have performed a small test: created 1 queues using bash script which calls Joloka API using curl in a loop. It works a bit slow because each API call needs to perform an authentication and to create a session. Another method is to auto-create queues when attempting to consume or

Server plugin for artemis 2.39

2025-03-05 Thread John Lilley
I'm having trouble getting my plugin recognized by artemis 2.39 under Windows x64. I configure it And place the jar in the instance lib folder, but I'm getting java.lang.IllegalStateException: java.lang.ClassNotFoundException: net.redpoint.rpdm.artemis_logger.RpdmArtemisLogger This work

Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread William Crowell
Good afternoon, Are there any limitations or concerns with creating millions of topics and queues within Apache Artemis that have low volumes of messages in each topic and queue? I do not think there are as I believe Artemis should be able to handle this use case. Important question is: Is it