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

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

Uploaded Python 3

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