bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
270 stars 86 forks source link

Add SSL options #8

Closed SpaceK33z closed 8 years ago

SpaceK33z commented 8 years ago

I added the ability to connect to a RabbitMQ server over SSL.

If thessl_options parameter is an empty array, php-amqplib automatically falls back to a 'normal' connection.