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 have this simple test. As you can see, calling rabbitTemplate.receive() did not remove message from the queue, although the same message was received every time I called this method. This issue does not happen if I hook to a real rabbitmq
I have this simple test. As you can see, calling
rabbitTemplate.receive()
did not remove message from the queue, although the same message was received every time I called this method. This issue does not happen if I hook to a real rabbitmqThe text was updated successfully, but these errors were encountered: