Borodai Ivan
Borodai Ivan
+1 Same trouble
Same trouble! Check that "replyTo" value is string. It works for me :)
And me too! Somebody, are you here? We all need help about this issue :)
@tcort in your case, you should pass "confirm" option while declaring exchange _https://github.com/postwait/node-amqp#exchange_ so, somthing like this: > connection.exchange( > '< _someName_> ', > { autoDelete:false, ... , **confirm:true** },...