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
Passing an invalid JSON string as payload crashes the worker thread by terminating its endless loop.
Possible cure: In RabbitClient.receive, if the deserializer catches an exception, use response.getEnvelope().getDeliveryTag() to shift the message in to the failed queue and ACK it.
The text was updated successfully, but these errors were encountered:
Passing an invalid JSON string as payload crashes the worker thread by terminating its endless loop.
Possible cure: In RabbitClient.receive, if the deserializer catches an exception, use response.getEnvelope().getDeliveryTag() to shift the message in to the failed queue and ACK it.
The text was updated successfully, but these errors were encountered: