Wrapper for RabbitMQ client
Project description
RabbitMQProducer
Overview
It is a message producer for a RabbitMQ Server.
Installing AMI2RabbitMQ and Supported Versions
RabbitMQProducer is available on PyPI:
$ python -m pip install wrapper-rabbitmq-client
RabbitMQProducer officially supports Python 3.8+.
Cloning the repository
$ git clone https://github.com/tatianno/wrapper-rabbitmq-client.git
Example
from wrapper_rabbitmq_client import RabbitMQProducer
RABBITMQ_SETTINGS = RABBITMQ_SETTINGS = {
'host' : 'localhost',
'user' : 'user',
'password' : 'password',
'queuename' : 'online'
}
producer = RabbitMQProducer(
RABBITMQ_SETTINGS
)
producer.send(
{
'test' : 1234
}
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file wrapper_rabbitmq_client-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: wrapper_rabbitmq_client-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 414c19e074d9a1ed40c05c0d1bad340ee1413025d960082b70cdec3119ad6616 |
|
MD5 | bf9a37dcfdad43288359537096fe9e4c |
|
BLAKE2b-256 | e9985691fb9965f88a3452819b54160e640431e2aa1e1e85d8cb8c9bd9f9fc2c |