Title: MQTTX Unable to Connect to RabbitMQ Cluster Behind Ingress-NGINX, But RabbitMQ UI is Accessible #13142
-
Community Support Policy
RabbitMQ version used4.0.5 Erlang version used27.2.x Operating system (distribution) usedlinux How is RabbitMQ deployed?Kubernetes Operator(s) from Team RabbitMQ rabbitmq-diagnostics status outputSee https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Logs from node 1 (with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 2 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 3 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
rabbitmq.confSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ clusterRabbitMQ is deployed on Kubernetes. Steps to reproduce the behavior in questionI’m running a RabbitMQ cluster behind an ingress-nginx load balancer in Kubernetes. While I’m able to successfully access the RabbitMQ management UI via the ingress, I’m facing an issue with the MQTTX desktop client. It is unable to connect to the RabbitMQ broker URL. advanced.configSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
Application code# PASTE CODE HERE, BETWEEN BACKTICKS Kubernetes deployment file# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed
# PASTE YAML HERE, BETWEEN BACKTICKS What problem are you trying to solve?RabbitMQ is deployed on Kubernetes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@surendar-argtech we will not troubleshoot MQTTX or Ingress-Nginx for you. Enable HTTP API logging and use How to troubleshoot MQTTX or Ingress-Nginx is not something our team will help with in any way. |
Beta Was this translation helpful? Give feedback.
@surendar-argtech we will not troubleshoot MQTTX or Ingress-Nginx for you.
Enable HTTP API logging and use
tcpdump
to take a traffic capture, then inspect what every part involved sends and receives with Wireshark.How to troubleshoot MQTTX or Ingress-Nginx is not something our team will help with in any way.