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
This is sadly not supported currently. Here is where we start consuming from all the bindings which is only invoked when calling ListenAndServe.
Depending on your setup a workaround could be to bind a new binding and then call Stop followed by Start. Stop will drain incoming requests and finish process any in flight request so it should be graceful, however it's obviously not ideal.
If we move the consumer tags so we can access them in cancelConsumers (maybe move that function to an associate function on the server) we could easily add and start (and stop) consuming on bindings dynamically at runtime.
How would I go about dinamically adding or removing queue bindings after the client has started ?
The text was updated successfully, but these errors were encountered: