0

I have small query related to exchange in rabbitMQ.

Is it possible for different clients to connect with a exchange in RabbitMQ with different protocols. will all the clients able to send or receive events from or to the exchange irrespective of the protocol clients have used to established a connection with exchange.

Please find below high level diagram just for understanding purpose.

enter image description here

Justin Bertram
  • 29,372
  • 4
  • 21
  • 43
Rohit
  • 406
  • 1
  • 5
  • 21

1 Answers1

0

Is it possible for different clients to connect with a exchange in RabbitMQ with different protocols

Yes, this is one of the best features of RabbitMQ. You just have to make sure the messages are routed to the correct queues.


NOTE: Team RabbitMQ monitors the rabbitmq-users mailing list and only sometimes answers questions on StackOverflow.

Luke Bakken
  • 8,993
  • 2
  • 20
  • 33