Is There any possiblilty to publish message to queue with specific consumer using consumer tag #14183
-
Community Support Policy
RabbitMQ version used4.1.1 Erlang version used26.0.x Operating system (distribution) usedDebian How is RabbitMQ deployed?Generic binary 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 clusterOur RabbitMQ runs debian12 and debain 11 machines. we in our company use internal tool to automate deployment. deployment can be configured based on the component requirements. Steps to reproduce the behavior in questionAny Default RabbitMQ Configs would do 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?publish to queue using "x-consumer-tag" header, this header may possibly point to specific consumer if found give message to that consumer or default way |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
There isn't. Publishers should not be consumer-aware. There's a way to have only one active consumer on a queue or stream. |
Beta Was this translation helpful? Give feedback.
There isn't. Publishers should not be consumer-aware.
There's a way to have only one active consumer on a queue or stream.