Difference between queue manager and message broker

后端 未结 5 1873
你的背包
你的背包 2021-02-01 05:25

What is the difference between a Websphere Message Broker and a Queue Manager. I guess the queue manager puts messages in the queue, takes messages out of the queue, moves messa

5条回答
  •  终归单人心
    2021-02-01 06:04

    MQ is providing you the infrastructure for messaging: queues and topics - IBM MQ

    IBM Integration Bus (formerly known as WebSphere Message Broker) allows you to apply the common EAI patterns, e.g. Routing, Transformation

    Hope that helps.

    Best, Patrick

提交回复
热议问题