Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification on Exchange and queue Bindings on RabbitMQ #217

Open
Perugu-MR opened this issue Oct 30, 2024 · 0 comments
Open

Clarification on Exchange and queue Bindings on RabbitMQ #217

Perugu-MR opened this issue Oct 30, 2024 · 0 comments

Comments

@Perugu-MR
Copy link

Hi All,

I would like to know, what is the correct way to bind the queues with exchange so that communication occurs with any error/message duplication /message echos.

as the instructions from CFX page on RabbitMQ Installation, the exchange has to fan Out type. (correct me if I am wrong)

If I bind both my queues to exchange(FANOUT), the messages sent from one endpoint are sent to Exchange and from exchange to both the binded queues. In this case, the sender will listen his own sending message (MESSAGE-ECHO).

Can I change the exchange to Direct type exchange?. so that the routing can bring in to action? if yes, how is the routing configured in cfx endpoints settings?. is it same name as queue?

Is there any better way to handle this situation?

Thanks in Advance
Manikanth

@Perugu-MR Perugu-MR changed the title Need help on exchange and queue Bindings Exchange and queue Bindings on RabbitMQ Oct 30, 2024
@Perugu-MR Perugu-MR changed the title Exchange and queue Bindings on RabbitMQ Clarification on Exchange and queue Bindings on RabbitMQ Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant