Hi guys,<br><br>I'm wondering how to set arguments to a queue in rabbit.js.<br><br>I'want to use this option: {'arguments': {'x-ha-policy': 'all'}<br><br>//rabbitMq connection ready<br>context.on('ready', function () {<br>&nbsp;&nbsp;&nbsp; var pubStatSub = context.socket('PUSH');<br>&nbsp;&nbsp;&nbsp; pubStatSub.connect('statsub_queue');<br><br>});<br><br>Is that possible?<br>Do I have to switch to an other library like node-amqp? (if it's possible)<br><br>Thanks for your help.<br><br>Cheers,<br>Arnaud.<br>