Pub/Sub - 不使用 MQInput/Output 发布 - (IBM Integration Bus)

Pub/Sub - Publish without using an MQInput/Output - (IBM Integration Bus)

在 REST 应用程序中,我需要在此流程中发布一条消息:

RESTApi -> 计算节点 -> 发布 -> ...

我可以在不使用 MQInput/Output 的情况下发布吗?我该怎么做?

是的,您应该能够设置属性树以允许发布节点在不接收 MQ Input 上的输入消息的情况下工作。不需要 MQ 输出。

来自IIB知识中心:

The message being published must:

Be a Publish command message

Be a Delete Publication command message, or

Have at least one topic present in the standard properties of the message.

第 3 个选项似乎是您需要的选项。