-
Notifications
You must be signed in to change notification settings - Fork 17
plugins #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for asking @super1t! In your case you do So, instead of
You could just do
|
It seems that this is not the reason. If I change it to not using coroutines, it will be blocked at this step and cannot be executed further. There should be a problem with the publish method. |
@super1t Right, my bad! Was wondering if you tried without rabbitroutine as a wrapper. Would that work in that case? |
if i use https://github.com/streadway/amqp, it works |
when i use plugin: https://github.com/rabbitmq/rabbitmq-delayed-message-exchange, publish return error :queue not bound
here is my code:
Reproduction steps
Expected behavior
the delay message publish success, but Publish func return error
The text was updated successfully, but these errors were encountered: