Replies: 1 comment 2 replies
-
Client libraries cannot avoid I/O exceptions, it's a natural part of distributed system operations. See server logs to learn more about what may be going on (or at least what the server observes), FYI, RabbitMQ 3.6 has reached end of life in May 2018, so over four years ago. Time to move on beyond the One True RabbitMQ Version. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i start java client ,there's no exception ,but when send message trow a exception:
com.rabbitmq.client.AlreadyClosedException:connection is already closed due to connection error;cause:java.io.EOFException.
So,I restart my java client,it's ok.
Beta Was this translation helpful? Give feedback.
All reactions