Re: activemq purge command effects and usage?

2022-12-20 Thread Jean-Baptiste Onofré
If you purge the destination (regular or DLQ), or at least the old message, kahabd will automatically remove the old log. Regards JB On Tue, Dec 20, 2022 at 9:57 AM wendellhatcher1074 wrote: > > What is the effect of doing purge on that queue? Sent via the Samsung Galaxy > Note20 Ultra 5G, an A

Re: Message Selectors vs multiple queues

2022-12-20 Thread Jan Šmucr
I'd add my opinion from the maintenance perspective. We use both setups in our cloud service and when it comes to solving issues it's a lot better to have separate queues, as you can pause these individually. Selecting what not to consume on the consumer side can get very complicated. Jan Dne

Message Selectors vs multiple queues

2022-12-20 Thread John Lilley
Greetings! We have a design wherein every “job” that runs offers up an RPC service via a unique queue name. Which means that if 100 jobs are running, there are 100 queues. I’ve read that, in theory, all jobs could share a single queue and use Message Selectors (in JMS) to receive only message

Re: Recovery from broker OOM

2022-12-20 Thread Justin Bertram
Could you be more specific about the behavior you're observing? Also, what parameters are you passing in your connection URL? Lastly, does the broker which is running out of memory have a backup? Justin On Tue, Dec 20, 2022 at 2:18 PM John Lilley wrote: > Greetings, > > > > We were recently

RE: Recovery from broker OOM

2022-12-20 Thread John Lilley
Windows 10 pro. OpenJDK 17. [rg] John Lilley Data Management Chief Architect, Redpoint Global Inc. 888 Worcester Street, Suite 200 Wellesley, MA 02482 M: +1 7209385761 | john.lil...@redpointglobal.com From: Paul Gale

Re: Recovery from broker OOM

2022-12-20 Thread Paul Gale
What OS are you using? On Tue, Dec 20, 2022 at 3:18 PM John Lilley wrote: > Greetings, > > > > We were recently seeing some broker OOM errors, probably due to an > overabundance of reply-to queues. While the broker itself seems to > recover, our client code does not. I suspect that we need to

Recovery from broker OOM

2022-12-20 Thread John Lilley
Greetings, We were recently seeing some broker OOM errors, probably due to an overabundance of reply-to queues. While the broker itself seems to recover, our client code does not. I suspect that we need to do something when that happens, or if the broker is restarted for any reason. Is there

Re: activemq purge command effects and usage?

2022-12-20 Thread wendellhatcher1074
What is the effect of doing purge on that queue? Sent via the Samsung Galaxy Note20 Ultra 5G, an AT&T 5G smartphone Original message From: Jean-Baptiste Onofré Date: 12/20/22 12:55 AM (GMT-05:00) To: users@activemq.apache.org Subject: Re: activemq purge command effects and u