How to dynamically change JMS queue MDB pool size in WildFly 10
问题 I am working with WildFly 10.1 which ships with Artemis as the new JMS provider but I am unable to find how to dynamically change the number of consumer threads for a specific MDB. I have a queue, and a message listener (MDB) consuming messages from the queue, now I want to dynamically control the maximum number of consumers threads the domain must start. How can I do it using CLI? 回答1: As you want to do this configuration for a specific MDB you could firstly assign it to a dedicated pool.