Go Mq Versions Save

Declare AMQP entities like queues, producers, and consumers in a declarative way. Can be used to work with RabbitMQ.

v2.0.1

1 year ago

Fixed v2 import #55 Bump amqp pkg to 1.7.0 #56

v2.0.0

1 year ago
  • Migrated to the official RabbitMQ driver.
  • Now New() will return pointer to struct instead of interface.
  • Dropped support for X.Y.Z release tags. Now only vX.Y.Z will be supported.

v1.2.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

v1.1.0

3 years ago

1.0.2

4 years ago

v1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

Added SyncProducer. Renamed public methods:

GetConsumer -> Consumer GetProvider -> AsyncProvider, SyncProvider.

Added ability to use mocked broker outside the tests.