Skip to content

RabbitMq v0.1.0

Latest
Compare
Choose a tag to compare
@xtremekforever xtremekforever released this 04 Nov 18:36

This is the first official working version of the library that contains the following features:

  • Connecting to RabbitMq using a basic or retrying connection.
  • Publishing to RabbitMq using a non-retrying or retrying publish.
  • Consuming from RabbitMq using a non-retrying or retrying consume.

There are a few limitations still:

  • Only possible to publish and consume String types, which is not particularly useful when having to convert the strings to other types (like Data or ByteBuffer).
  • No support for more advanced consumer features such as ACK/NAK and so on.