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 (likeData
orByteBuffer
). - No support for more advanced consumer features such as ACK/NAK and so on.