Benefits of WebSphere MQ
Benefits of WebSphere MQ
• Enhanced Security-
WebSphere MQ supports Secure Sockets Layer (SSL) and Transport Layer Security (TLS) for
authentication, message integrity checking, and encryption for of data sent across the Internet
network and the latest release adds support for the latest algorithms.
• Clustering
MsgType:
Message type indicates the type of the message
exchanged between applications.
• Datagram message.
– If a message is marked as a datagram, then sender
application doesn't expect for any kind of reply from
receiving end.
• Request message
– For each request message sent, the sender application
waits for the response from receiving end.
• Reply message
– Receiver application will mark their responses as "reply"
messages so that sending application can separate reply
messages from new request/datagram messages from
the receiver.
• Report message
– These are to identify if a message is related to message
expiry, Confirmation of delivery (COD) or Confirmation
of Arrival (COA) etc.