Skip to content

Clarification on Exchange and queue Bindings on RabbitMQ #217

@Perugu-MR

Description

@Perugu-MR

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions