[rabbitmq-discuss] php talking to ruby
Matthias Radestock
matthias at rabbitmq.com
Fri Jan 21 20:37:04 GMT 2011
On 21/01/11 20:23, Michael Klishin wrote:
> You don't have to use default queue parameters. Just specify them
> explicitly.
> Here are defaults amqp gem uses:
>
> durable = false
> nowait = true
> exclusive = false
> auto_delete = false
As an aside, no-wait is *not* a queue parameter. It is a general
modifier present in most AMQP commands. See
http://www.rabbitmq.com/amqp-0-9-1-reference.html#domain.no-wait
Matthias.
More information about the rabbitmq-discuss
mailing list