Jump to: navigation, search

Difference between revisions of "Zaqar/specs/amqp/api/v1"

(Created page with "= Marconi AMQP API - v1 Blueprint = == AMQP Transport == AMQP has a well-defined transport protocol we will stick to. The current version of the AMQP transport driver won't...")
 
m (AMQP Messages)
Line 7: Line 7:
 
== AMQP Messages ==
 
== AMQP Messages ==
  
AMQP also has a structure for messages we will be using.
+
AMQP also has a well defined structure for messages we will be using.
  
 
== Interaction of an AMQP client with the Marconi server ==
 
== Interaction of an AMQP client with the Marconi server ==

Revision as of 21:10, 7 July 2014

Marconi AMQP API - v1 Blueprint

AMQP Transport

AMQP has a well-defined transport protocol we will stick to. The current version of the AMQP transport driver won't implement concurrency, but is something we will be doing in the short term.

AMQP Messages

AMQP also has a well defined structure for messages we will be using.

Interaction of an AMQP client with the Marconi server

Marconi operation AMQP message
Post message ./client.py amqp://127.0.0.1:8888/poptart/ "Saying hi!" "Yada yada yada"

Publisher/Subscriber

Producer/Consumer