IBM Integration Bus 选择哪个队列先读取

IBM Integration Bus choose which Queue read first

我有 5 个输入队列,每个队列有 5 个消息流。经过一些处理后,来自所有队列的消息进入一个传输队列。

是否可以设置跨队列的优先级,例如来自输入队列 1 的消息将始终被处理并首先放入传输队列?

您好,请使用序列节点完成此任务。

https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bc28010_.htm

听起来您需要设置 message priority

You set the priority of a message (in the Priority field of the MQMD structure) when you put the message on a queue ... you can create messages having priorities between 0 (the lowest) and 9 (the highest).