We have to call a Rest/JSON service using Cloverleaf engine which we have setup using PROTOCOL:java/ws-rawclient.
The message invocation is working fine, we are sending the HL7 data and changing it to JSON using JSON configurator and sending it to third party service using PROTOCOL:java/ws-rawclient thread. Now the question is how we can queue/retry these messages in case we do not receive http 200 as response from Webservice.