ScalaConsultants / reactive-rabbit

Reactive Streams driver for AMQP protocol. Powered by RabbitMQ library.
Apache License 2.0
184 stars 40 forks source link

Ordered delivery from queue (+- prefetch) #34

Closed LGLO closed 8 years ago

LGLO commented 8 years ago

This has passed 10x tests on local machine. Although I'm not happy with new Future on each request this seems safer. Close channel as in #28.

mkiedys commented 8 years ago

Merged here https://github.com/ScalaConsultants/reactive-rabbit/commit/5861ecc0e6dcae037134ffeecc94b24285a5c214.

LGLO commented 8 years ago

IMO issue #7 can be closed now.