rabbitmq_jms_topic_exchange : Does the writer should mandatory use RabbitMQ Java client? #14792
-
Community Support Policy
RabbitMQ version used4.1.2 Erlang version used27.3.x Operating system (distribution) usedlinux How is RabbitMQ deployed?Community Docker image 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 clusterI usually use docker Steps to reproduce the behavior in questionInstall a Rabbit Mq docker container 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 BACKTICKSKubernetes deployment file# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed
# PASTE YAML HERE, BETWEEN BACKTICKSWhat problem are you trying to solve?Good morning. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You need the JMS topic exchange plugin only for topic selectors. The application will need to use the RabbitMQ JMS client. Depending on the application it can be just a matter of configuration. |
Beta Was this translation helpful? Give feedback.
You need the JMS topic exchange plugin only for topic selectors.
The application will need to use the RabbitMQ JMS client. Depending on the application it can be just a matter of configuration.