Difference between revisions of "MQ"

(Created page with " The MQ Light messaging API is based on AMQP 1.0. The API provides most of the messaging capability needed for the majority of publish/subscribe and point-to-point messaging f...")
 
 
Line 20: Line 20:
 
=[[IBMMQ]]=  
 
=[[IBMMQ]]=  
 
The IBM MQ Light API is based on the OASIS Standard AMQP Version 1.0 wire protocol.
 
The IBM MQ Light API is based on the OASIS Standard AMQP Version 1.0 wire protocol.
 +
 +
 +
https://www.digitalocean.com/community/tutorials/an-advanced-message-queuing-protocol-amqp-walkthrough **
 +
 +
https://www.omg.org/news/meetings/workshops/RT-2007/04-3_Pardo-Castellote-revised.pdf
 +
 +
https://en.wikipedia.org/wiki/IBM_MQ

Latest revision as of 01:42, 12 October 2018

The MQ Light messaging API is based on AMQP 1.0. The API provides most of the messaging capability needed for the majority of publish/subscribe and point-to-point messaging flows.

The MQ Light API has the following messaging features:

  • At-most-once message delivery
  • At-least-once message delivery
  • Topic string destination addressing
  • Message and destination durability
  • Shared destinations to allow multiple subscribers to share workload
  • Client takeover for easy resolution of hung clients
  • Configurable read ahead of messages
  • Configurable acknowledgment of messages


Some of the benefits of AMQP are as follows:

  • An open standardized protocol
  • Compatibility with other open source AMQP 1.0 clients
  • Many open source client implementations available

IBMMQ

The IBM MQ Light API is based on the OASIS Standard AMQP Version 1.0 wire protocol.


https://www.digitalocean.com/community/tutorials/an-advanced-message-queuing-protocol-amqp-walkthrough **

https://www.omg.org/news/meetings/workshops/RT-2007/04-3_Pardo-Castellote-revised.pdf

https://en.wikipedia.org/wiki/IBM_MQ