You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now, new connection is being created every time we connect to a queue. This can be wasteful when we have a lot of queues.
Describe the solution you'd like
The JVM version have AmqpConnectionProvider. Can we have the same in here?
Or maybe the api can accept pre existing IConnection?
Additional context
I'm seeing this PR #34 open, but no update.