Unable to publish MQTT message #10579
-
Hey all I am currently attempting to publish a MQTT message to my RabbitMQ broker but it doesn't seem to be working I have attempted to publish a message using mosquitto_pub
and also using a Java application which fails to connect to the broker
Java code snippet is
and from the RabbitMQ logs I see
My RabbitMQ node appears all fine,
See my RabbitMQ conf
In the RabbitMQ management UI I am no where near exhausting resources everything is under 10% usage. Given that its just a single message I'm assuming there is a setting I have incorrect but the RabbitMQ logs are strange because they seem to mention "reached_max_restart_intensity" which after googling seems to be a common problem under load Any help is appreciated! Let me know if I can provide any other info. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm afraid the version you run, RabbitMQ, 3.9, has reached end of life. #9529 and #2730 are the most relevant issues. But EOL means EOL. Please give 3.12.13 a shot. |
Beta Was this translation helpful? Give feedback.
I'm afraid the version you run, RabbitMQ, 3.9, has reached end of life.
#9529 and #2730 are the most relevant issues.
einval
is a fairly general socket error message that does not really provide much details what specifically goes wrong during the connection acceptance step.But EOL means EOL. Please give 3.12.13 a shot.