<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Advanced_Message_Queuing_Protocol</id>
	<title>Advanced Message Queuing Protocol - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Advanced_Message_Queuing_Protocol"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Advanced_Message_Queuing_Protocol&amp;action=history"/>
	<updated>2026-09-10T23:30:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Advanced_Message_Queuing_Protocol&amp;diff=3031895&amp;oldid=prev</id>
		<title>imported&gt;SchlurcherBot: Bot: http → https</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Advanced_Message_Queuing_Protocol&amp;diff=3031895&amp;oldid=prev"/>
		<updated>2025-06-23T20:34:58Z</updated>

		<summary type="html">&lt;p&gt;Bot: http → https&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Computer network protocol}}&lt;br /&gt;
{{primary sources|date=May 2018}}&lt;br /&gt;
{{Use dmy dates|date=September 2014}}&lt;br /&gt;
{{Infobox networking protocol&lt;br /&gt;
| logo         = &lt;br /&gt;
| logo alt     = &lt;br /&gt;
| image        = &lt;br /&gt;
| image alt    = &lt;br /&gt;
| caption      = &lt;br /&gt;
| abbreviation = AMQP&lt;br /&gt;
| purpose      = [[Message-oriented middleware]]&lt;br /&gt;
| developer    = AMQP working group ([[OASIS (organization)|OASIS]])&lt;br /&gt;
| date         = {{Start date and age|2003|  |  }}&lt;br /&gt;
| based on     = &lt;br /&gt;
| influenced   = &lt;br /&gt;
| osilayer     = &lt;br /&gt;
| ports        = &lt;br /&gt;
| rfcs         = &lt;br /&gt;
|title=Advanced Message Queuing Protocol}}&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Advanced Message Queuing Protocol&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;AMQP&amp;#039;&amp;#039;&amp;#039;) is an [[open standard]] [[application layer]] protocol for [[message-oriented middleware]]. The defining features of AMQP are message orientation, queuing, [[routing]] (including [[Point-to-point (telecommunications)|point-to-point]] and [[Publish–subscribe|publish-and-subscribe]]), reliability and security.&amp;lt;ref name=&amp;quot;acmqueue&amp;quot;&amp;gt;{{cite journal&lt;br /&gt;
 | author = O&amp;#039;Hara, J.&lt;br /&gt;
 | year = 2007&lt;br /&gt;
 | title = Toward a commodity enterprise middleware&lt;br /&gt;
 | journal = ACM Queue&lt;br /&gt;
 | pages = 48–55&lt;br /&gt;
 | doi = 10.1145/1255421.1255424&lt;br /&gt;
 | ref = refohara&lt;br /&gt;
 | volume = 5&lt;br /&gt;
 | issue = 4&lt;br /&gt;
| doi-access = free&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
AMQP mandates the behavior of the messaging provider and client to the extent that implementations from different vendors are [[interoperable]], in the same way as [[SMTP]], [[HTTP]], [[FTP]], etc. have created interoperable systems. Previous standardizations of [[middleware]] have happened at the API level (e.g. [[Java Message Service|JMS]]) and were focused on standardizing programmer interaction with different middleware implementations, rather than on providing interoperability between multiple implementations.&amp;lt;ref&amp;gt;{{cite journal&lt;br /&gt;
 | author = Vinoski, S.&lt;br /&gt;
 | year = 2006&lt;br /&gt;
 | title = Advanced Message Queuing Protocol&lt;br /&gt;
 | journal = IEEE Internet Computing&lt;br /&gt;
 | pages = 87–89&lt;br /&gt;
 | doi = 10.1109/MIC.2006.116&lt;br /&gt;
 | url = https://steve.vinoski.net/pdf/IEEE-Advanced_Message_Queuing_Protocol.pdf&lt;br /&gt;
 | volume = 10&lt;br /&gt;
 | issue = 6&lt;br /&gt;
| s2cid = 14211884&lt;br /&gt;
 }}&amp;lt;/ref&amp;gt; Unlike JMS, which defines an API and a set of behaviors that a messaging implementation must provide, AMQP is a [[Wire protocol|wire-level protocol]]. A wire-level protocol is a description of the format of the data that is sent across the network as a [[byte stream|stream]] of [[octet (computing)|byte]]s. Consequently, any tool that can create and interpret messages that conform to this data format can interoperate with any other compliant tool irrespective of implementation language.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
AMQP is a [[Binary protocol|binary]] application layer protocol, designed to efficiently support a wide variety of messaging applications and communication patterns. It provides flow controlled,&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, sections 2.6.7-2.6.8|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-transport-v1.0.html#doc-flow-control|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt; message-oriented communication with message-delivery guarantees such as &amp;#039;&amp;#039;at-most-once&amp;#039;&amp;#039; (where each message is delivered once or never), &amp;#039;&amp;#039;at-least-once&amp;#039;&amp;#039; (where each message is certain to be delivered, but may do so multiple times) and &amp;#039;&amp;#039;exactly-once&amp;#039;&amp;#039; (where the message will always certainly arrive and do so only once),&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, sections 2.6.12-2.6.13|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-transport-v1.0.html#doc-idp489648|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt; and authentication and/or encryption based on [[Simple Authentication and Security Layer|SASL]] and/or [[Transport Layer Security|TLS]].&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 5.1|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-security-v1.0.html#section-security-layers|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt; It assumes an underlying reliable transport layer protocol such as [[Transmission Control Protocol]] (TCP).&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 2.1|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-transport-v1.0.html#section-transport|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The AMQP specification is defined in several layers: (i) a type system, (ii) a symmetric, asynchronous protocol for the transfer of messages from one process to another, (iii) a standard, extensible message format and (iv) a set of standardised but extensible &amp;#039;messaging capabilities.&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
AMQP was originated in 2003 by John O&amp;#039;Hara at [[JPMorgan Chase]] in [[London]].&amp;lt;ref name=&amp;quot;acmqueue&amp;quot; /&amp;gt;&amp;lt;ref&amp;gt;{{cite web|title=Background to the AMQ Project, Authors|url=https://github.com/imatix/openamq/blob/master/website/doc_background.txt|last=Hintjens|first=Pieter|date=7 February 2006|publisher=iMatix Corporation|access-date=18 February 2018}}&amp;lt;/ref&amp;gt; AMQP was conceived as a co-operative open effort. The initial design was by JPMorgan Chase from mid-2004 to mid-2006 and it contracted [[iMatix Corporation]] to develop a C broker and protocol documentation. In 2005 JPMorgan Chase approached other firms to form a working group that included [[Cisco Systems]], [[IONA Technologies]], iMatix, [[Red Hat]], and [[Transaction Workflow Innovation Standards Team]] (TWIST).  In the same year JPMorgan Chase partnered with Red Hat to create [[Apache Qpid]], initially in Java and soon after C++. Independently, [[RabbitMQ]] was developed in [[Erlang (programming language)|Erlang]] by Rabbit Technologies, followed later by the [[Microsoft]] and StormMQ implementations.&lt;br /&gt;
&lt;br /&gt;
The working group grew to 23 companies including [[Bank of America]], [[Barclays]], Cisco Systems, [[Credit Suisse]], [[Deutsche Börse]], [[Goldman Sachs]], [[HCL Technologies| HCL Technologies Ltd]], [[Progress Software]], [[IIT Software]], [[INETCO Systems Limited]], [[Informatica]] (including 29 West), JPMorgan Chase, [[Microsoft| Microsoft Corporation]], my-Channels, [[Novell]], [[Red Hat]], [[Software AG]], [[Solace systems|Solace Systems]], StormMQ, [[Tervela| Tervela Inc.]], TWIST Process Innovations ltd, [[VMware]] (which acquired Rabbit Technologies) and [[WSO2]].&lt;br /&gt;
&lt;br /&gt;
In 2008, [[Pieter Hintjens]], CEO and chief software designer of iMatix, wrote an article called &amp;quot;What is wrong with AMQP (and how to fix it)&amp;quot;&amp;lt;ref&amp;gt;{{Cite web |last=Hintjens |first=Pieter |title=What is wrong with AMQP (and how to fix it) |url=http://www.imatix.com/articles:whats-wrong-with-amqp |archive-url=https://web.archive.org/web/20110906085106/http://www.imatix.com/articles:whats-wrong-with-amqp |archive-date=2011-09-06 |access-date=2024-03-01 |website=iMatix}}&amp;lt;/ref&amp;gt; and distributed it to the working group to alert of imminent failure, identify problems seen by iMatix and propose ways to fix the AMQP specification. By then, iMatix had already started work on [[ZeroMQ]]. In 2010, Hintjens announced that iMatix would leave the AMQP workgroup and did not plan to support AMQP/1.0 in favor of the significantly simpler and faster ZeroMQ.&amp;lt;ref&amp;gt;{{Cite web |last=Hintjens |first=Pieter |date=2010-03-30 |title=iMatix will end OpenAMQ support by 2011 |url=http://lists.openamq.org/pipermail/openamq-dev/2010-March/001598.html |url-status=usurped |archive-url=https://web.archive.org/web/20100402070046/http://lists.openamq.org/pipermail/openamq-dev/2010-March/001598.html |archive-date=2010-04-02 |access-date=2024-03-01 |website=openamq-dev mailing list}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In August 2011, the AMQP working group announced its reorganization into an [[OASIS (organization)|OASIS]] member section.&amp;lt;ref&amp;gt;{{Cite web |url=http://www.amqp.org/node/54 |title=AMQP Working Group Transitions to OASIS Member Section |access-date=28 January 2012 |archive-url=https://web.archive.org/web/20120416223525/http://www.amqp.org/node/54 |archive-date=16 April 2012 |url-status=dead }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
AMQP 1.0 was released by the AMQP working group on 30 October 2011, at a conference in New York.  At the event Microsoft, Red Hat, [[VMware]], Apache, INETCO and IIT Software demonstrated software running the protocol in an interoperability demonstration. The next day, on 1 November 2011, the formation of an [[OASIS (organization)|OASIS]] Technical Committee was announced&amp;lt;ref&amp;gt;[http://www.amqp.org/node/58 OASIS Forms AMQP Technical Committee to Advance Business Messaging Interoperability Within Middleware, Mobile, and Cloud Environments]&amp;lt;/ref&amp;gt; to advance this contributed AMQP version 1.0 through the international open standards process. The first draft from OASIS was released in February 2012,&amp;lt;ref&amp;gt;{{cite news|title=30-day Public Review for OASIS AMQP Version 1.0|url=https://www.oasis-open.org/news/announcements/pr-30-day-public-review-for-oasis-amqp-version-1-0|access-date=18 June 2012|date=21 February 2012}}&amp;lt;/ref&amp;gt; the changes as compared to that published by the Working Group being restricted to edits for improved clarity (no functional changes). The second draft  was released for public review on 20 June (again with no functional changes),&amp;lt;ref&amp;gt;{{cite news|title=15 day Public Review for OASIS AMQP Version 1.0|url=https://www.oasis-open.org/news/announcements/15-day-public-review-for-oasis-amqp-version-1-0|access-date=20 June 2012|date=20 June 2012}}&amp;lt;/ref&amp;gt; and AMQP was approved as an OASIS standard on 31 October 2012.&amp;lt;ref&amp;gt;{{cite news|title=AMQP 1.0 Becomes OASIS Standard|url=https://www.oasis-open.org/news/pr/amqp-1-0-approval|access-date=1 November 2012|date=31 October 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
OASIS AMQP was approved for release as an ISO and IEC International Standard in April 2014.&amp;lt;ref&amp;gt;{{cite web|title=Information technology -- Advanced Message Queuing Protocol (AMQP) v1.0 specification|url=https://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=64955|work=ISO/IEC 19464|publisher=ISO|access-date=1 May 2014}}&amp;lt;/ref&amp;gt; AMQP 1.0 was balloted through the Joint Technical Committee on Information Technology (JTC1) of the International Standards Organization (ISO) and the International Electrotechnical Commission (IEC). The approved OASIS AMQP submission has been given the designation, ISO/IEC 19464.&lt;br /&gt;
&lt;br /&gt;
Previous versions of AMQP were 0-8, published in June 2006, 0-9, published in December 2006, 0-10 published in February 2008&amp;lt;ref&amp;gt;{{cite web|title=AMQP PMC Meeting Minutes 13th February, 2008|url=http://77.95.34.224/confluence/display/AMQP/PMC+Minutes+for+2008-02-13|archive-url=https://archive.today/20121130171127/http://77.95.34.224/confluence/display/AMQP/PMC+Minutes+for+2008-02-13|url-status=dead|archive-date=30 November 2012|work=AMQP PMC Minutes|publisher=AMQP Working Group|access-date=15 June 2012}}&amp;lt;/ref&amp;gt; and 0-9-1, published in November 2008. These earlier releases are significantly different from the 1.0 specification.&amp;lt;ref&amp;gt;{{Cite web|url=https://www.rabbitmq.com/amqp-0-8-to-0-9-1.html|title=RabbitMQ - AMQP 0-8 to 0-9-1|website=www.rabbitmq.com|access-date=2018-01-12}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Citation|title=rabbitmq-amqp1.0: AMQP 1.0 support for RabbitMQ|date=2017-12-17|url=https://github.com/rabbitmq/rabbitmq-amqp1.0|publisher=RabbitMQ|access-date=2018-01-12}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Whilst AMQP originated in the financial services industry, it has general applicability to a broad range of [[middleware]] problems.&lt;br /&gt;
&lt;br /&gt;
== Description of AMQP 1.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Type system ===&lt;br /&gt;
&lt;br /&gt;
AMQP defines a [[self-describing]] encoding scheme allowing interoperable representation of a wide range of commonly used types. It also allows typed data to be [[semantic annotation|annotated]] with additional meaning,&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 1.1|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-types-v1.0.html#section-types|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt; for example a particular string value might be annotated so that it could be understood as a [[URL]]. Likewise a map value containing key-value pairs for &amp;#039;name&amp;#039;, &amp;#039;address&amp;#039; etc., might be annotated as being a representation of a &amp;#039;customer&amp;#039; type.&lt;br /&gt;
&lt;br /&gt;
The type-system is used to define a message format allowing standard and extended meta-data to be expressed and understood by processing entities. It is also used to define the communication primitives through which messages are exchanged between such entities, i.e. the AMQP &amp;#039;&amp;#039;frame bodies&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Performatives and the link protocol ===&lt;br /&gt;
&lt;br /&gt;
The basic unit of data in AMQP is a &amp;#039;&amp;#039;frame&amp;#039;&amp;#039;. There are nine AMQP frame bodies defined that are used to initiate, control and tear down the transfer of messages between two peers. These are:&lt;br /&gt;
&lt;br /&gt;
* open (the &amp;#039;&amp;#039;connection&amp;#039;&amp;#039;)&lt;br /&gt;
* begin (the &amp;#039;&amp;#039;session&amp;#039;&amp;#039;)&lt;br /&gt;
* attach (the &amp;#039;&amp;#039;link&amp;#039;&amp;#039;)&lt;br /&gt;
* transfer&lt;br /&gt;
* flow&lt;br /&gt;
* disposition&lt;br /&gt;
* detach (the &amp;#039;&amp;#039;link&amp;#039;&amp;#039;)&lt;br /&gt;
* end (the &amp;#039;&amp;#039;session&amp;#039;&amp;#039;)&lt;br /&gt;
* close (the &amp;#039;&amp;#039;connection&amp;#039;&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;link protocol&amp;#039;&amp;#039; is at the heart of AMQP.&lt;br /&gt;
&lt;br /&gt;
An &amp;#039;&amp;#039;attach&amp;#039;&amp;#039; frame body is sent to initiate a new link; a &amp;#039;&amp;#039;detach&amp;#039;&amp;#039; to tear down a link. Links may be established in order to receive or send messages.&lt;br /&gt;
&lt;br /&gt;
Messages are sent over an established &amp;#039;&amp;#039;link&amp;#039;&amp;#039; using the &amp;#039;&amp;#039;transfer&amp;#039;&amp;#039; frame. Messages on a link flow in only one direction.&lt;br /&gt;
&lt;br /&gt;
Transfers are subject to a credit-based flow control scheme, managed using &amp;#039;&amp;#039;flow&amp;#039;&amp;#039; frames. This allows a process to protect itself from being overwhelmed by too large a volume of messages or more simply to allow a subscribing link to pull messages as and when desired.&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 2.6.7-2.6.9|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-transport-v1.0.html#doc-flow-control|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Each transferred message must eventually be &amp;#039;&amp;#039;settled&amp;#039;&amp;#039;. Settlement ensures that the sender and receiver agree on the state of the transfer, providing reliability guarantees. Changes in state and settlement for a transfer (or set of transfers) are communicated between the peers using the &amp;#039;&amp;#039;disposition&amp;#039;&amp;#039; frame. Various reliability guarantees can be enforced this way: at-most-once, at-least-once and exactly-once.&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 2.6.12-2.6.14|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-transport-v1.0.html#doc-idp489648|publisher=AMQP WorkingGroup|access-date=18 June 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Multiple links, in both directions, can be grouped together in a &amp;#039;&amp;#039;session&amp;#039;&amp;#039;. A session is a bidirectional, sequential conversation between two peers that is initiated with a &amp;#039;&amp;#039;begin&amp;#039;&amp;#039; frame and terminated with an &amp;#039;&amp;#039;end&amp;#039;&amp;#039; frame. A connection between two peers can have multiple sessions multiplexed over it, each logically independent. Connections are initiated with an &amp;#039;&amp;#039;open&amp;#039;&amp;#039; frame in which the sending peer&amp;#039;s capabilities are expressed, and terminated with a &amp;#039;&amp;#039;close&amp;#039;&amp;#039; frame.&lt;br /&gt;
&lt;br /&gt;
=== Message format ===&lt;br /&gt;
&lt;br /&gt;
AMQP defines as the &amp;#039;&amp;#039;bare message&amp;#039;&amp;#039;, that part of the message that is created by the sending application. This is considered immutable as the message is transferred between one or more processes.&lt;br /&gt;
&lt;br /&gt;
Ensuring the message as sent by the application is immutable allows for end-to-end message signing and/or [[end-to-end encryption|encryption]] and ensures that any integrity checks (e.g. hashes or [[Cryptographic hash function|digests]]) remain valid. The message can be annotated by intermediaries during transit, but any such annotations are kept distinct from the immutable &amp;#039;&amp;#039;bare message&amp;#039;&amp;#039;. Annotations may be added before or after the bare message.&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;header&amp;#039;&amp;#039; is a standard set of delivery-related annotations that can be requested or indicated for a message and includes time to live, durability, priority.&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 3.2.1|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-messaging-v1.0.html#type-header|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The bare message itself is structured as an optional list of standard properties (message id, user id, creation time, reply to, subject, correlation id, group id etc.), an optional list of&lt;br /&gt;
application-specific properties (i.e., extended properties) and a body, which AMQP refers to as application data.&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 3.2|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-messaging-v1.0.html#section-message-format|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Properties are specified in the AMQP type system, as are annotations. The application data can be of any form, and in any encoding the application chooses. One option is to use the AMQP type system to send structured, self-describing data.&lt;br /&gt;
&lt;br /&gt;
=== Messaging capabilities ===&lt;br /&gt;
&lt;br /&gt;
The link protocol transfers messages between two &amp;#039;&amp;#039;nodes&amp;#039;&amp;#039; but assumes very little as to what those nodes are or how they are implemented.&lt;br /&gt;
&lt;br /&gt;
A key category is those nodes used as a &amp;#039;&amp;#039;rendezvous point&amp;#039;&amp;#039; between senders and receivers of messages (e.g.  &amp;#039;&amp;#039;queues&amp;#039;&amp;#039; or &amp;#039;&amp;#039;topics&amp;#039;&amp;#039;). The AMQP specification calls such nodes &amp;#039;&amp;#039;distribution nodes&amp;#039;&amp;#039; and codifies some common behaviors.&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 3.3|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-messaging-v1.0.html#section-distribution-nodes|publisher=OASIS AMQP Technical Committee|access-date=15 June 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This includes:&lt;br /&gt;
&lt;br /&gt;
* some standard outcomes for transfers, through which receivers of messages can for example accept or reject messages &amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 3.4|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-messaging-v1.0.html#section-delivery-state|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* a mechanism for indicating or requesting one of the two basic distribution patterns, competing- and non-competing- consumers, through the &amp;#039;&amp;#039;distribution modes&amp;#039;&amp;#039; &amp;#039;&amp;#039;move&amp;#039;&amp;#039; and &amp;#039;&amp;#039;copy&amp;#039;&amp;#039; respectively &amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 3.5.2|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-messaging-v1.0.html#doc-idp383328|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* the ability to create nodes on-demand,&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 3.5.3|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-messaging-v1.0.html#type-source|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 3.5.4|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-messaging-v1.0.html#type-target|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt; e.g. for temporary response queues&lt;br /&gt;
* the ability to refine the set of message of interest to a receiver through filters &amp;lt;ref&amp;gt;{{cite web|title=OASIS AMQP version 1.0, section 3.5.1|url=https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-messaging-v1.0.html#doc-idp381376|publisher=OASIS AMQP Technical Committee|access-date=18 June 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Though AMQP can be used in simple peer-to-peer systems, defining this framework for messaging capabilities additionally enables interoperability with messaging intermediaries (brokers, bridges etc.)&lt;br /&gt;
in larger, richer messaging networks. The framework specified covers basic behaviors but allows for extensions to evolve that can be further codified and standardised.&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
=== AMQP 1.0 broker implementations ===&lt;br /&gt;
* [[Apache Qpid]], an [[open-source software|open-source]] project at the [[Apache Foundation]]&lt;br /&gt;
* [[Apache ActiveMQ]], an [[open-source software|open-source]] project at the [[Apache Foundation]]&lt;br /&gt;
* [[Microsoft Azure|Azure]] Event Hubs&amp;lt;ref  name=&amp;quot;azure-and-event-hubs&amp;quot;&amp;gt;{{Cite web|url=https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-amqp-protocol-guide|title=AMQP 1.0 in Azure Service Bus and Event Hubs protocol guide|last=axisc|website=docs.microsoft.com|language=en-us|access-date=2019-05-21}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|url=https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-about|title=What is Azure Event Hubs? - a Big Data ingestion service|last=ShubhaVijayasarathy|website=docs.microsoft.com|language=en-us|access-date=2019-05-21}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Microsoft Azure|Azure]] Service Bus&amp;lt;ref name=&amp;quot;azure-and-event-hubs&amp;quot;/&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|url=https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-amqp-overview|title=Overview of AMQP 1.0 in Azure Service Bus|last=axisc|website=docs.microsoft.com|language=en-us|access-date=2019-05-21}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[IBM MQ]]&amp;lt;ref&amp;gt;{{Cite web |title=IBM MQ |url=https://www.ibm.com/products/mq |access-date=2024-03-15 |website=www.ibm.com |language=en-us}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=About IBM MQ |url=https://www.ibm.com/docs/en/ibm-mq/9.3?topic=mq-about |access-date=2024-03-15 |website=www.ibm.com |language=en-us}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Solace Corporation|Solace]] PubSub+, a multi-protocol broker in hardware, software, and cloud&amp;lt;ref&amp;gt;{{cite web |url=https://www.solace.com |title=Solace PubSub+ |work=solace.com}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[RabbitMQ]], an [[open-source software|open-source]] project sponsored by [[VMware]], supports AMQP 1.0 with release 4.0&lt;br /&gt;
&lt;br /&gt;
=== Pre-1.0 AMQP broker implementations ===&lt;br /&gt;
* [[JORAM]], a Java [[open-source software|open-source]] implementation from the [[OW2 Consortium]].&lt;br /&gt;
* [[Apache Qpid]] maintains support for multiple AMQP versions&amp;lt;ref&amp;gt;{{usurped|1=[https://web.archive.org/web/20130914045254/http://qpid.apache.org/releases/qpid-0.22/index.html Qpid 0.22 - Apache Qpid&amp;lt;!-- Bot generated title --&amp;gt;]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Specification ==&lt;br /&gt;
&lt;br /&gt;
AMQP protocol version 1.0 is the current specification version. It focuses on core features which are necessary for interoperability at Internet scale.  It contains less explicit routing than previous versions because core functionality is the first to be rigorously standardized.  AMQP 1.0 interoperability has been more extensively tested with more implementors than prior versions.&amp;lt;ref&amp;gt;{{cite web|title=Status of Pre-1.0 Versions of AMQP|url=http://www.amqp.org/resources/download|publisher=AMQP site|access-date=28 May 2014}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The AMQP website contains the {{usurped|1=[https://web.archive.org/web/20141010172100/http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-overview-v1.0-os.html OASIS specification for version 1.0]}}.&lt;br /&gt;
&lt;br /&gt;
Earlier versions of AMQP, published prior to the release of 1.0 (see History above) and significantly different from it, include:&lt;br /&gt;
* [https://www.amqp.org/specification/0-9-1/amqp-org-download AMQP 0-9-1], which has clients available &amp;quot;for many popular programming languages and platforms&amp;quot;&amp;lt;ref&amp;gt;{{cite web|title=AMQP 0-9-1 Model Explained|url=https://www.rabbitmq.com/tutorials/amqp-concepts.html|publisher=VMWare, Inc.|access-date=1 November 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [https://www.amqp.org/specification/0-10/amqp-org-download AMQP 0-10]&lt;br /&gt;
&lt;br /&gt;
== Comparable specifications ==&lt;br /&gt;
These open protocol specifications cover the same or a similar space as AMQP:&lt;br /&gt;
* [[Streaming Text Oriented Messaging Protocol]] (STOMP), a text-based protocol developed at Codehaus; uses the JMS-like semantics of &amp;#039;destination&amp;#039;.&lt;br /&gt;
* [[Extensible Messaging and Presence Protocol]] (XMPP), the Extensible Messaging and Presence Protocol.&lt;br /&gt;
* [[MQTT]], a lightweight publish-subscribe protocol.&lt;br /&gt;
* [[OpenWire (binary protocol)|OpenWire]] as used by [[ActiveMQ]].&lt;br /&gt;
&lt;br /&gt;
[[Java Message Service]] (JMS), is often compared to AMQP. However, JMS is an API specification (part of the [[Java Platform, Enterprise Edition|Java EE]] specification) that defines how message producers and consumers are implemented. JMS does not guarantee interoperability between implementations, and the JMS-compliant [[Enterprise messaging system|messaging system]] in use may need to be deployed on both client and server. On the other hand, AMQP is a wire-level protocol specification. In theory AMQP provides interoperability as different AMQP-compliant software can be deployed on the client and server sides.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Peer-to-peer]] &lt;br /&gt;
* [[Message queue]]&lt;br /&gt;
* [[Message queuing service]]&lt;br /&gt;
* [[Data Distribution Service]]&lt;br /&gt;
* [[IBM MQ]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist|30em}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* {{official website}}&lt;br /&gt;
* [https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=amqp OASIS AMQP technical committee]&lt;br /&gt;
* [https://www.rabbitmq.com/tutorials/amqp-concepts.html High-level Overview of AMQP and the AMQP Model (version 0-9-1)]&lt;br /&gt;
* [http://www.omg.org/news/meetings/workshops/RT-2007/04-3_Pardo-Castellote-revised.pdf OMG Analysis of AMQP and comparison with DDS-RTPS]&lt;br /&gt;
* [https://google-ukdev.blogspot.com/2008/09/rabbitmq-tech-talk-at-google-london.html Google Tech Talk, with video and slides, about RabbitMQ]&lt;br /&gt;
* [http://www.slideshare.net/pieterh/fosdem-2009 Presentation of AMQP and RestMS messaging at FOSDEM 2009]&lt;br /&gt;
* [https://www.rabbitmq.com/devtools.html List of AMQP clients]&lt;br /&gt;
&lt;br /&gt;
{{OASIS Standards}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Application layer protocols]]&lt;br /&gt;
[[Category:Inter-process communication]]&lt;br /&gt;
[[Category:Message-oriented middleware]]&lt;br /&gt;
[[Category:Middleware]]&lt;br /&gt;
[[Category:Open standards]]&lt;/div&gt;</summary>
		<author><name>imported&gt;SchlurcherBot</name></author>
	</entry>
</feed>