Skip to content

v0.1.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@DanielePalaia DanielePalaia released this 21 Jan 13:31
· 35 commits to main since this release

This alpha release is for testing

It implements basic Connection, Publisher, Consumer modules to operate with RabbitMQ using the AMQP 1.0 Protocol.

It has some limitations. I doesn't yet support tls or auto-reconnect for example but it's a first good version usable for testing.

See full example in: https://github.com/rabbitmq/rabbitmq-amqp-python-client/blob/main/examples/getting_started/main.py

What's Changed

  • Implementation of the Connection, Management and Publisher modules: #10
  • Implementation of the Consumer layer: #15