[rabbitmq-discuss] getting node.js to talk to scala over rabbitmq

Alvaro Videla videlalvaro at gmail.com
Tue Oct 25 00:56:44 BST 2011


Hi,

On Oct 25, 2011, at 1:50 AM, Meredith Gregory wrote:

> 	    channel.queueDeclare(qname, true, false, true, null); // <-- here we throw an exception


As a first look it seems that you are declaring the same queue but with different options. I think your node.js declared queue is "auto_delete" and "durable". I don't know what the Scala code options are but make sure they are the same.

Cheers,

Alvaro

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111025/2681e08f/attachment.htm>


More information about the rabbitmq-discuss mailing list