Configuring InboundGateway with both no response and with the response
Use the following code in order to configure an InboundGateway
request with no response:
<int-http:inbound-channel-adapter id="httpChannelAdapter" channel="requests" supported-methods="PUT, DELETE"/>
For the requests which need a response:
<int-http:inbound-gateway id="inboundGateway" request-channel="requests" reply-channel="responses"/>