Observation-Management-Service / MQClient

A Message Queue Client API Supporting Apache Pulsar, RabbitMQ, and NATS.io
MIT License
0 stars 1 forks source link

RabbitMQ Auth #74

Closed ric-evans closed 1 year ago

ric-evans commented 1 year ago

Currently, the auth token has to be prepended to the address by the user. Let's put the pieces together behind the scenes, instead. Easy peasy.

ric-evans commented 1 year ago

Note to self: Use @briedel's pika.connection.ConnectionParameters example from Slack thread