Skip to content

Releases: ScalaConsultants/reactive-rabbit

Queue/Exchange API

10 Nov 20:28
Compare
Choose a tag to compare

Changes:

  • Complete API for queue/exchange manipulation
  • More tests
  • RabbitMQ library updated to version 3.4.1
  • Network recovery interval accepts values > Int.MaxValue

First release

28 Oct 22:19
Compare
Choose a tag to compare

Achieved goals:

  • implemented Reactive Streams Publisher, Subscriber and Subscription
  • running all TCK tests for Publisher
  • huge part of AMQP model available
  • exposing RabbitMQ queue/exchange extensions
  • queue/exchange declare/delete in Connection
  • configuration available over TypeSafe Config