You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting up a special case: the client retains the message without processing longer than the server's maximum wait time.
When the timeout expires, the server will display the error: 'delivery acknowledgment on channel 1 timed out' >> Immediately the Connection was closed but Channel Notify Close on the client did not receive any events.
Is this an error? please check it for me
Reproduction steps
Setup Rabbitmq docker, and set consumer_timeout 10s with command 'rabbitmqctl eval 'application:set_env(rabbit, consumer_timeout, 10000).'
Create Consumer Client and set the time processing for each message is ~ 20s
Start Consumer
Open Rabbitmq dashboard and publish message to the queue manually.
Wait for RMQ server log err
Expected behavior
Channel Notify Close of Connection returns an error when Connection is closed by server.
Describe the bug
I'm setting up a special case: the client retains the message without processing longer than the server's maximum wait time.
When the timeout expires, the server will display the error: 'delivery acknowledgment on channel 1 timed out' >> Immediately the Connection was closed but Channel Notify Close on the client did not receive any events.
Is this an error? please check it for me
Reproduction steps
consumer_timeout
10s with command 'rabbitmqctl eval 'application:set_env(rabbit, consumer_timeout, 10000).'Expected behavior
Channel Notify Close of Connection returns an error when Connection is closed by server.
Additional context
Code sample
The text was updated successfully, but these errors were encountered: