I have some questions about defining/changing a JMS consumer's priority
inside ServiceMix.
* Priority defined at startup time
Possible through http://activemq.apache.org/consumer-priority.html ?
Is it correct ?
* Priority defined dynamically
It is not possible to change JMS consumer's priority at runtime inside SMX.
Is it correct ?
What about the following solution: exposing a "priority" field inside
JmsConfigurationMBean class and using this priority when creating a
MessageConsumer ?
Thanks.
Dominique