Closed didinele closed 3 years ago
Line 68 uses bindExchange, but apparently that's only used to bind one exchange to another. Have to use bindQueue instead.
bindExchange
bindQueue
Line 68 uses
bindExchange
, but apparently that's only used to bind one exchange to another. Have to usebindQueue
instead.