Skip to content

Releases: kumuluz/kumuluzee-amqp

v1.0.0

06 Nov 08:31
Compare
Choose a tag to compare

We're happy to announce the initial version of the KumuluzEE AMQP extension v1.0.0 for the KumuluzEE framework.

The extension comes with RabbitMQ support and allows you to interface with RabbitMQ queues by annotating methods and classes. RabbitMQ connections can be configured through our configuration framework or manually if more advanced configuration is required. You can inject RabbitMQ channels and create publisher and consumer methods.

To start using the extension check out the README and try out the sample.