ScalaConsultants / reactive-rabbit

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

No TLS support #17

Closed zackangelo closed 9 years ago

zackangelo commented 9 years ago

There doesn't appear to be way to configure TLS connections on the underlying AMQP ConnectionFactory. The config syntax uses host/port pairs instead of a URI, so there's no way to specify amqps:// instead of amqp://.

mkiedys commented 9 years ago

Version 1.0.2 released to Maven Central.