Hello,If I have a 2 services defined with the same servicename and different endpoints and I attempt to pass a message to that servicename without specifying the endpoint what would be the expected result?
Provider serviceName="myService" endpoint="ep1" ... serviceName="myService" endpoint="ep2" ... Consumer targetServiceName="myService" Will both endpoints get the message? Will only one? Which one? Thanks, Gordon Dickens