Search code examples
springspring-integrationenterprise-integration

Callback in Outbound Gateway Spring Integration


I need to callback request after output of otbound gateway . My components : Input Message -> Service Activator ->webservice OutBound Gateway -> Response Message

here I need to check response message and supply new message as input message which depends upon response code.

Here is my configuration which i tried


Solution

  • Your question is not clear; you should show the configuration you have tried.

    You can simply add a reply channel to the gateway and add more processing after that channel.