funcmike / rabbitmq-nio

A Swift implementation of AMQP 0.9.1 protocol: decoder + encoder and non-blocking client
Apache License 2.0
44 stars 8 forks source link

AMQP Connection string support #2

Closed funcmike closed 2 years ago

funcmike commented 2 years ago

Support connecting to broker using: "amqp://user:password@server"

funcmike commented 2 years ago

resolved