Create client without connect
bombsimon opened this issue · 0 comments
bombsimon commented
It would be nice to create a new client without auto connection. If so, we could make the interfaces for a server and a client the same and use the same chaining mechanism for a client.
c := client.New("amqp://guest:guest@localhost:5672").WithTLS(certificate).WithTimeout(2000)