[rabbitmq-discuss] RabbitMQ management plugin fails when trying to define queue with x-message-ttl (w/ fix)

Gregory Mostizky gregory.mostizky at gmail.com
Mon Feb 14 16:25:51 GMT 2011


The reason for this is that it considers the argument to be string
instead of integer.

I've made a fix on github.com:
https://github.com/gregorymostizky/rabbitmq-management/commit/4aaed8d888222b1d7ef099c0ebd030f9a4f6f06a

It basically just adds the 'x-message-ttl' to a list of integer
parameters.

Thanks,
Gregory


More information about the rabbitmq-discuss mailing list