INTSAMPLES-144: Barrier Sample
JIRA: https://jira.spring.io/browse/INTSAMPLES-144 INTSAMPLES-144: Use o-c-a for Release INTSAMPLES-144: Switch to Spring Boot INTSAMPLES-144: Polishing * Upgrade to SI-4.2, SF-4.2, Boot-1.3 * Fix: https://jira.spring.io/browse/INTSAMPLES-145
This commit is contained in:
committed by
Artem Bilan
parent
dd7871a7ba
commit
db3d78109f
@@ -16,5 +16,8 @@
|
||||
|
||||
<int:channel id="receiveChannel"/>
|
||||
|
||||
<int:service-activator input-channel="receiveChannel" expression="payload + ' from the other side'"/>
|
||||
<int:chain input-channel="receiveChannel">
|
||||
<int:header-filter header-names="content-type" />
|
||||
<int:service-activator expression="payload + ' from the other side'"/>
|
||||
</int:chain>
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user