[rabbitmq-discuss] WCF example fails with EndpointNotFoundException when more than 1 server instance is running

Slava Miropolsky svet_my at yahoo.com
Tue Nov 1 22:32:59 GMT 2011


The exception on the server is CommunicationException: For sending a message on server side composite duplex channels, the message must have either the 'Via' property or the 'To' header set.
ProtocolException: A violation of acknowledgement protocol has been detected. An InvalidAcknowledgement fault was sent to the remote endpoint and the reliable session was faulted.

The exceptions on the client are ProtocolException: The remote endpoint sent inconsistent responses to the same create sequence request. The sequence identifiers are not identical.
EndpointNotFoundException: There was no channel that could accept the message with action 'http://www.w3.org/2005/08/addressing/soap/fault'.

________________________________
From: Slava Miropolsky <svet_my at yahoo.com>
To: "rabbitmq-discuss at lists.rabbitmq.com" <rabbitmq-discuss at lists.rabbitmq.com>
Sent: Tuesday, November 1, 2011 3:10 PM
Subject: [rabbitmq-discuss] WCF example fails with EndpointNotFoundException when more than 1 server instance is running


I'm trying to distribute requests in round-robin among multiple instances of a WCF service using RabbitMQ WCF binding. I'm using WCF configDemo example but it fails with EndpointNotFoundException when more than 1 instance of the server (consumer) is running. Could you pl lmk what should I change to make WCF round-robin scenario work?

It seems WCF binding works in RPC fashion, uses amq.direct exchange, so round-robin scenario should work?

Thanks in advance!



_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111101/dbe85a1a/attachment.htm>


More information about the rabbitmq-discuss mailing list