Skip to content

Home

AmqpClientPython framework, high performance, easy to learn, fast to code, ready for production

Documentation: https://nutes-uepb.github.io/amqp-client-python
Source Code: https://github.com/nutes-uepb/amqp-client-python

Client with high level of abstraction for manipulation of messages in the event bus RabbitMQ. The key features are:

  • Automatic creation and management of queues, exchanges and channels;
  • Connection persistence and auto reconnect;
  • Support for direct, topic and fanout exchanges;
  • Publish;
  • Subscribe;
  • Support for a Remote procedure call (RPC).

How to install#

We recommend that you use pipx to install the project

pipx install amqp-client-python

It is just a recommendation! You can also install the project using your preferred package manager. Like pip:

pip install amqp-client-python

How to use#


Sponsors#


The library is provided by NUTES-UEPB.