ScalaConsultants / reactive-rabbit

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

How do I publish directly to queue using this library ? #62

Closed unoexperto closed 7 years ago

unoexperto commented 7 years ago

Sorry for asking here but nobody replied in Gitter and QueuePublisherSpec didn't help much.

How do I publish directly to queue using this library ?

I want to call Channel.basicPublish.

Thanks!