Re: Multi-threaded consumers in AMQ classic vs Artemis

2022-11-12 Thread Clebert Suconic
TL;DR (Too long didn't read or short version): Artemis is using virtual executors out of a pool shared on the client side. don't worry about it. Longer version: We implemented a virtual executor at OrderedExecutor: https://github.com/apache/activemq-artemis/blob/main/artemis-commons/src/main/jav

RE: Multi-threaded consumers in AMQ classic vs Artemis

2022-11-12 Thread John Lilley
Clebert, Now that I’ve written all of this… it also occurs to me that simply setting scheduledThreadPoolMaxSize to be at least the total number of MessageListener instances would also avoid the deadlock issue, since the number of desired threads could never exceed the number of available thread

RE: Practical limit on #queues in Artemis

2022-11-12 Thread John Lilley
One more thing… how big are your “relatively modest” servers? Because one person’s modest is another’s profligate 😊 [rg] John Lilley Data Management Chief Architect, Redpoint Global Inc. 888 Worcester Street, Suite 200 Wellesley, MA 02482 M: +1 7209385761

RE: Multi-threaded consumers in AMQ classic vs Artemis

2022-11-12 Thread John Lilley
Clebert, Thanks for the quick response! Let me make sure I understand (all of the code I’m talking about is using the JMS client API). The client thread pool consists of worker threads which are enlisted to call my JMS MessageListener.onMessage(). So the maximum number of requests that can b

RE: Practical limit on #queues in Artemis

2022-11-12 Thread John Lilley
Wow, that is great. Thanks! With regard to experienced slowdown, of the management console I assume, does that get better if you apply name-based filtering to the views? Thanks John [rg] John Lilley Data Management Chief Architect, Redpoint Global Inc.

Re: Inbound and Outbound Setting Configuration in ActiveMQ

2022-11-12 Thread Matt Pavlovich
Hi Rebecca- Apache mailing list software removes images, so we are not able to see what you are sharing. Would you post the images to a image share site and share the links instead? Thanks, Matt Pavlovich > On Nov 11, 2022, at 5:21 PM, Rebecca Newman wrote: > > Hello, > > We are trying to