-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
AMQP error message #301
Comments
Ok, so I deleted the exchange from RabbitMQ, deleted all hooks from Tile38 and created a new one with the Turns out Tile38 creates the queue and exchanges, but it seems to default to type I suspect the |
I'm seeing the same issue. From http://tile38.com/commands/sethook :
But it seems that the only available option is |
Thanks for the fast response! I think it’d be great to be able to set all these parameters via the endpoint query string, as outlined in the docs. |
Sounds good. I'll see what I can do. Thanks |
I just pushed an update that allows for setting each of the paramaters. |
Thanks a lot! Is the Docker image „latest“ tag built automatically? I guess there will be another release soon as well? That’d be great 😀👍🏻 |
It does build automatically, but it tracks the latest version, not the master branch. In this case latest -> v1.12.0. I may need to figure out a better approach. Is it normal for docker latest tag to track the master branch? |
I’d say it is a common practice to have latest point to master. Other people might disagree though... 😀 |
@tidwall is this change in the current |
When trying to implement topic-based routing with RabbitMQ and Tile38, I'm seeing the following error message:
I'm pretty confident I set up the exchange correctly:
I don't understand where the
received 'direct' but current is 'topic'
is coming from unfortunately. Do you happen to have an idea? Thanks!The text was updated successfully, but these errors were encountered: