JMS priority set by custom header

Is there a way to prioritize messages in the JMS broker according to a custom header value?

Example: "purchase date". first put etc.

Please inform.

+3
source share
2 answers

It is not possible to do this under the JMS standard. It does not support custom routing rules such as.

However, many products that implement JMS support some rule-based routing / prioritization, so you should study the product documentation.

+1
source

, - Apache Camel ServiceMix JMSPriority - . ActiveMQ , .

, Tibo BusinessWorks ( ) .

, JMSProvider, ESB/message.

, - JMSPriority . . , ActiveMQ JMSPriority .

0

Source: https://habr.com/ru/post/1748812/


All Articles