bschmitt / laravel-amqp

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

allowed non ssl connection #57

Closed bschmitt closed 5 years ago

bschmitt commented 5 years ago

as php-amqp lib changed the behaviour of AMQPSSLConnection

bschmitt commented 5 years ago

@olanko does that change fix the problem on your end?

olanko commented 5 years ago

Hi,

Yes, this works and looks good. Thanks!

People in here are still thinking what to do on their side https://github.com/php-amqplib/php-amqplib/pull/674.

-Olli

bschmitt commented 5 years ago

Thanks! I think for now, let's release that to resolve the issue. Whenever php-amqp comes up with a change we might consider to adapt it.