rabbitmq / rabbitmq-federation

RabbitMQ Federation plugin
https://www.rabbitmq.com/
Other
40 stars 21 forks source link

Exchange federation #93

Closed armanpetrosyannet closed 5 years ago

armanpetrosyannet commented 5 years ago

hi, I have two rabbitMQ cluster and try to federate Exchange, all hase been successful but second node not receive message, Please help me. I published message with "demo" routing key and Recaive message that message not routed This is downstreamNode SecondNode Capture1 Capture3 656

lukebakken commented 5 years ago

Hello,

Thank you for using RabbitMQ. When you click "New Issue", the following text appears. Please read it and ask your question on the mailing list -


Thank you for using RabbitMQ and for taking the time to report an issue.

Does This Belong to GitHub or RabbitMQ Mailing List?

Important: please first read the CONTRIBUTING.md document in the root of this repository. It will help you determine whether your feedback should be directed to the RabbitMQ mailing list [1] instead.

Please Help Maintainers and Contributors Help You

In order for the RabbitMQ team to investigate your issue, please provide as much as possible of the following details:

Running the rabbitmq-collect-env [2] script can provide most of the information needed. Please make the archive available via a third-party service and note that the script does not attempt to scrub any sensitive data.

If your issue involves RabbitMQ management UI or HTTP API, please also provide the following:

This information greatly speeds up issue investigation (or makes it possible to investigate it at all). Please help project maintainers and contributors to help you by providing it!

  1. https://groups.google.com/forum/#!forum/rabbitmq-users
  2. https://github.com/rabbitmq/support-tools/blob/master/scripts/rabbitmq-collect-env
michaelklishin commented 5 years ago

A federated exchange replicates messages that are published to it downstream but it has no influence over how messages are routed on the downstream node. If replicated messages do not route anywhere when published by a local client, they would route nowhere when published by the federation plugin.