Skip to main content

E-Deposit's AMQP definitions and common classes/patterns.

Project description

Introduction

This module contains common parts shared with other AMQP modules from Edeposit project. Main purpose is to provide configuration data to AMQP server and generic daemons, to run the modules.

Installation

Module is hosted at PYPI, and can be easily installed using PIP:

pip install edeposit.amqp

Source code can be found at GitHub: https://github.com/jstavel/edeposit.amqp

Content

Content can be divided between generic modules to support AMQP communcation and scripts, which provides ability to testn and tweak AMQP communication.

Modules

edeposit.amqp.settings

Configuration for RabbitMQ server and Edeposit client modules connecting into it.

edeposit.amqp.daemonwrapper

Class for spawning true unix daemons.

edeposit.amqp.pikadaemon

Generic AMQP blocking communication daemon server.

Scripts

edeposit/amqp/alephdaemon.py

Daemon providing AMQP communication with the edeposit.amqp.aleph module.

edeposit/amqp/amqp_tool.py

Script for testing the communication and creating exchanges/queues/routes in RabbitMQ.

Acceptance tests

Robot Framework is used to test the code. You can find the tests in src/edeposit/amqp/aleph/tests directory.

Tests can be invoked manually (from the root of the package):

$ pybot -W 80 --pythonpath edeposit/amqp/tests/:src edeposit/amqp/tests/; (cd docs/; make html)

Or continuously using nosier:

$ nosier -p edeposit -b 'export' "pybot -W 80 --pythonpath edeposit/amqp/tests/:src edeposit/amqp/tests/; (cd docs/; make html)"

Contributors

Changelog

1.1.0

  • Project released at PYPI

1.0 (unreleased)

  • alephdaemon is working correctly, other classes are in release state too

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edeposit.amqp-1.1.4.tar.gz (10.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page