Saturday, 10 January 2015

What is the difference between Message Broker and Message Queue ?

WebSphere Message Queue facilitates communication between applications by sending and receiving message data via messaging queues. WebSphere Message Queue  provides a secure and reliable layer of transport for moving data unchanged in the form of messages between applications but it is not aware of the content of the messages.

WebSphere Message Broker is built to extend WebSphere Message Queue  and it is capable of understanding the content of each message that it moves through the Broker. Message Broker can do the following:

Matches and routes communications between services
Converts between different transport protocols
Transforms message formats between requester and service
Identifies and distributes business events from disparate sources.

No comments:

Post a Comment