[rabbitmq-discuss] php talking to ruby
Michael Klishin
michael.s.klishin at gmail.com
Fri Jan 21 20:23:40 GMT 2011
2011/1/21 Robin Wood <robin at digininja.org>
> which means the default connection settings in php are different to
> the ones in Ruby.
>
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
Or you can look up PHP library defaults and make sure Ruby app uses
same parameters set when queue is created.
> Are you able to get the two talking and if so how
> hard is it to get it working in the other direction?
>
Equally easy.
--
MK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110121/421390cb/attachment.htm>
More information about the rabbitmq-discuss
mailing list