Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@urbim urbim released this 06 Nov 08:31
· 1 commit to master since this release

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.