Search code examples
wcfwcf-bindingrabbitmq

RabbitMQ Wcf Binding


what is the point on having RabbitMQ with WCF Binding instead of plain WCF? Is there any advantage when using RabbitMQ except for using it? regards,


Solution

  • It serves the same purpose as the netMsmqBinding but without requiring Microsoft's Messaging technology (MSMQ) to be installed and configured on the client and the server.