zaqar-common

Openstack queueing as a service - common files
  https://github.com/openstack/zaqar/
  0
  no reviews



Zaqar is a multi-tenant cloud messaging service for web developers. it combines the ideas pioneered by amazon's sqs product with additional semantics to support event broadcasting.

the service features a fully restful api, which developers can use to send messages between various components of their saas and mobile applications, by using a variety of communication patterns. underlying this api is an efficient messaging engine designed with scalability and security in mind.

other openstack components can integrate with zaqar to surface events to end users and to communicate with guest agents that run in the "over-cloud" layer. cloud operators can leverage zaqar to provide equivalents of sqs and sns to their customers.

by installing python-zaqarclient you get programmatic access to the zaqar v1.0 api library. plus, it installs a plugin to python-openstackclient that allows you to perform simple queue operations.

this package contains common files and configuration that are needed by all the daemon packages of zaqar.