ricbra / rabbitmq-cli-consumer

Consume RabbitMQ messages into any cli program
MIT License
247 stars 49 forks source link

amqps:// connection not working without ssl #68

Open anil-kaplan opened 1 year ago

anil-kaplan commented 1 year ago

I am trying to connect with local docker container without ssl. but it don't have any option to disable it.

lukepritchard-homstar commented 4 weeks ago

@anil-kaplan amqps:// indicates its an SSL connection. I think what you're after is to replace your connection prefix with amqp://. See more https://www.rabbitmq.com/docs/uri-spec#the-amqps-uri-scheme