Skip to main content

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.4 - (2017-04-24)

  • Change: updated package information [eduard-fironda]

1.3 - (2016-09-05)

  • Bug fix: fixed pylint [chiridra refs #72772]

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.4.zip (13.2 kB view details)

Uploaded Source

File details

Details for the file eea.rabbitmq.client-1.4.zip.

File metadata

File hashes

Hashes for eea.rabbitmq.client-1.4.zip
Algorithm Hash digest
SHA256 d53a128ed50abc489915d9deb7bfaad1b3f6898bac7baf8a9ba83154073af829
MD5 666c2867587a05f74d5cb4d73b22b729
BLAKE2b-256 a93efda4dc1e01559fb765315c08f30e3132be6602d8626ddfdfda4c95171bf0

See more details on using hashes here.

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