Endpoint does not get suspended when using out only MEP
--------------------------------------------------------
Key: SYNAPSE-714
URL: https://issues.apache.org/jira/browse/SYNAPSE-714
Project: Synapse
Issue Type: Bug
Components: Transports
Environment: any
Reporter: Charith Dhanushka Wickramarachchi
When invoking an in only service via an Endpoint we need to set OUT-ONLY
property in the Message Context (if we do not do this call backs will get
accumulated in the SynapseCallbackReceiver : there is a map keeping those to
correlate request and response )
In success scenario that will work fine. But the problem is in a scenario where
the actual service is unavailable, In that case Synapse Endpoint does not get
suspended,
In OUT-ONLY fault scenario since there is no callback registered, the
relevant fault handler not get called. So as a result the endpoint/s will not
get notified with a fault in an OUT_ONLY scenario.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]