Question

When I Try a service which send message to an email, It send 1 message each 30sec 3 or 4 times. The error message is:

Suspending endpoint : AnonymousEndpoint - last suspend duration was : 30000ms and current suspend duration is : 30000ms

Why endpoint is marked like anonumousEndpoint if the message arrive to receiver?

Était-ce utile?

La solution

Solution is adding this line before :

<header name="To" action="remove"></header>  
<property name="RESPONSE" value="true" scope="default" type="STRING"></property>
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top