Dani Chankhour
Dani Chankhour
I currently have my global RabbitMQ connection: ``` var conn = amqp.createConnection({ url: config.rabbit.url[app.get('env')] }, { defaultExchangeName: 'AppServerWorkExchange', defaultExchangeAutoDelete: false, reconnect: false }); ``` Once the user logs in, i...
I'm currently not receiving any errors, but the issue is that after i do: queue.unbind queue.destory queue.unsubscribe I do see that the queue is cleared up , but the number...
After some research, i have gotten the error after the following error has occurred: Unmatched field {\"name\":\"replyTo\",\"domain\":\"shortstr\"}