Jump to: navigation, search

Zaqar/specs/amqp/api/v1

< Zaqar
Revision as of 20:46, 7 July 2014 by Vkmc (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 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