Python RabbitMQ client
Project description
Basic RabbitMQ Python connector.
Contents
Introduction
eea.rabbitmq.client is a connector for a RabbitMQ server.
API
Usage example:
from eea.rabbitmq.client import RabbitMQConnector rabbit_config = { 'rabbit_host': "10.0.0.1", 'rabbit_port': "8080", 'rabbit_username': "admin", 'rabbit_password': "admin" } queue_name = "QUEUE_NAME" rabbit = RabbitMQConnector(**rabbit_config) rabbit.open_connection() rabbit.declare_queue(queue_name) rabbit.send_message(queue_name, "body text") rabbit.close_connection()
Changelog
1.2 - (2016-08-29)
Change: disabled hearbeat interval to avoid disconnections. [chiridra refs #72772]
1.1 - (2016-05-12)
Change: turned package into a proper plone package [ichim-david refs #71940]
1.0 - (2016-05-04)
Feature: added documentation [alecghica refs #69689]
Bug fix: fixed package structure [alecghica refs #69689]
Feature: innitial release [szabozo0 refs #69689]
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
eea.rabbitmq.client-1.2.zip
(13.0 kB
view details)
File details
Details for the file eea.rabbitmq.client-1.2.zip
.
File metadata
- Download URL: eea.rabbitmq.client-1.2.zip
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 140827b082d7a5ca699c76a798f7e08c9598b21ac6816dd22620c74e38faf75a |
|
MD5 | bf82aa1a63978240a04159556bd0f74d |
|
BLAKE2b-256 | 7ebfb80f56068297818a3cdf77a5de6622df1bc215a8aaf354d2de043cf9efe2 |