armon / relay

Golang framework for simple message passing using an AMQP broker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove relay.(queue_name) prefix from queue name declaretation

arudyk opened this issue · comments

relay/util.go

Line 18 in 16c77f9

return "relay." + name

I have a use case where I need to use a specific queue and this prevents me from doing so by appending relay.myqueuename to the queue.