I am new to synapse and am working my way through the samples (0.91). I
have a nagging question about how quality-of-service policies should be
configured in synapse when using proxies.
For example, I want synapse to do something like proxy SOAP over HTTP. I
want a rule that the remote endpoint has 5 seconds to return a response or
synapse with throw the SOAP fault itself to let the client know that there
are issues. Do I configure synapse as a proxy and use some sort of
WS-ReliableMessaging policy? Do I write a custom mediator to implement this
timeout policy? What would the configuration look like?
~jb