Jump to: navigation, search

Zaqar/specs/amqp/api/v1

< Zaqar
Revision as of 21:10, 7 July 2014 by Vkmc (talk | contribs) (AMQP Messages)

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