-
Community Support Policy
RabbitMQ version used4.0.3 Erlang version used26.2.x Operating system (distribution) usedUbuntu 22.04.5 LTS How is RabbitMQ deployed?Debian package 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 clusterDeployed Rabbitmq cluster on AWS EC2 Nodes Steps to reproduce the behavior in questionSimply setup rabbitmq-server cluster on aws ec2 nodes using the below rabbitmq conf 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?We need to send messages from the Application using Paho MQTT client to the RabbitMQ server with QoS 1 using the MQTT protocol. Do we need to make any changes to the RabbitMQ server configuration? In our current setup, we are using a quorum queue with the amq.topic exchange and specific binding keys |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No RabbitMQ server configuration changes are needed in your use case. You only need to change server configuration if the MQTT plugin should create quorum queues for your MQTT subscribers: https://www.rabbitmq.com/docs/mqtt#quorum-queues |
Beta Was this translation helpful? Give feedback.
No RabbitMQ server configuration changes are needed in your use case.
You only need to change server configuration if the MQTT plugin should create quorum queues for your MQTT subscribers: https://www.rabbitmq.com/docs/mqtt#quorum-queues