Skip to main content

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


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

If you're not sure about the file name format, learn more about wheel file names.

wrapper_rabbitmq_client-0.0.3-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file wrapper_rabbitmq_client-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for wrapper_rabbitmq_client-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 414c19e074d9a1ed40c05c0d1bad340ee1413025d960082b70cdec3119ad6616
MD5 bf9a37dcfdad43288359537096fe9e4c
BLAKE2b-256 e9985691fb9965f88a3452819b54160e640431e2aa1e1e85d8cb8c9bd9f9fc2c

See more details on using hashes here.

Supported by

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