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
Push 5 messages to a queue, and try to consume 10.
When using php amqp extension, I receive an exception like: "Consumer timeout exceed".
When using php-amqplib SocketConnection, I receive an exception like: "Error reading data. Received 0 instead of expected 7 bytes". I can catch that and turn into a more readable exception.
When using php-amqplib StreamConnecton, I do not receive any Exception, the consumer just hangs forever, which is highly undesired.
The text was updated successfully, but these errors were encountered:
I have the following scenario:
Push 5 messages to a queue, and try to consume 10.
When using php amqp extension, I receive an exception like: "Consumer timeout exceed".
When using php-amqplib SocketConnection, I receive an exception like: "Error reading data. Received 0 instead of expected 7 bytes". I can catch that and turn into a more readable exception.
When using php-amqplib StreamConnecton, I do not receive any Exception, the consumer just hangs forever, which is highly undesired.
The text was updated successfully, but these errors were encountered: