Message Queue - Standards and Protocols

Standards and Protocols

Historically, Message Queuing has used proprietary, closed protocols, restricting the ability for different operating systems or programming languages to interact in a heterogenous set of environments.

An early attempt to make Message Queuing more ubiquitous was Sun Microsystem's JMS specification, which provided a Java only abstraction of a client API. This allowed java developers to switch between providers of Message Queuing in a fashion similar to that of developers using SQL databases. In practice, given the diversity of Message Queuing techniques and scenarios, this wasn't always as practical as it could be.

More recently, three standards have emerged which address making Message Queuing open and ubiquitous:

  • Advanced Message Queuing Protocol
  • MQTT
  • Streaming Text Oriented Messaging Protocol

All of these are at different stages of standardisation and adoption. All of them operate at the same level as HTTP.

Some proprietary implementations also use HTTP to provide Message Queuing by some implementations, such as Amazon's SQS. This is because it is always possible to layer asynchronous behaviour (which is what is required for Message Queuing) over a synchronous protocol using request-response semantics. However, such implementations are constrained by the underlying protocol in this case and may not be able to offer the full fidelity or set of options required in message passing above.

Read more about this topic:  Message Queue

Famous quotes containing the words standards and and/or standards:

    In full view of his television audience, he preached a new religion—or a new form of Christianity—based on faith in financial miracles and in a Heaven here on earth with a water slide and luxury hotels. It was a religion of celebrity and showmanship and fun, which made a mockery of all puritanical standards and all canons of good taste. Its standard was excess, and its doctrines were tolerance and freedom from accountability.
    New Yorker (April 23, 1990)

    The technologist was the final guise of the white missionary, industrialization the last gospel of a dying race and living standards a substitute for a purpose in living.
    Max Frisch (1911–1991)