streadway / amqp

Go client for AMQP 0.9.1
http://godoc.org/github.com/streadway/amqp
BSD 2-Clause "Simplified" License
4.88k stars 621 forks source link

I can't seem to get x-message-ttl to work in golang i've already installed the plugin #372

Closed unisqu closed 5 years ago

unisqu commented 5 years ago

I'm not sure if the installed delay schedule for rabbitmq is being used (i've installed the plugin but not sure how to check if it's running)

https://pastebin.com/u9yk6HGH

the code is above but i'm getting 2018/12/02 16:03:18 Failed to declare a queue: table field "x-message-ttl" value %!t(uint16=500) not supported

how do i get it to work in golang? pls help. thx

lukebakken commented 5 years ago

I see you cross-posted your question here.

Rather than cross-post multiple repositories with a question, you should use the rabbitmq-users mailing list, or (as a last resort), a web site like Stack Overflow. The RabbitMQ team (who also helps maintain streadway/amqp) only uses GitHub issues for actual work - not questions.