Replies: 2 comments 1 reply
-
@ayz6uem this is not a bug. The message the client logs contains a decent hint: a channel has received a delivery while it did not have any registered (known) consumer for that delivery tag. This can happen when a delivery arrives immediately before the last consumer on the same channel was cancelled. The suggested solution is registering a default consumer but it's enough to have a consumer with a suitable consumer tag. |
Beta Was this translation helpful? Give feedback.
0 replies
-
能否由客户端生成consumeTag,并且put到_consumers,然后再请求broker? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
info
client version amqp-client 5.4.3
Describe the bug
查看服务器日志
客户端报错 Unsolicited delivery - see Channel.setDefaultConsumer to handle this case.
Reproduction steps
...
Expected behavior
how to resolve?
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions