Keep transaction within Spring Integration flow
问题 Inboud gateway: <int-http:inbound-gateway id="inbound.gateway" request-channel="transactional.channel.input" reply-channel="channel.output" error-channel="channel.error" request-payload-type="java.lang.String" </int-http:inbound-gateway> Advice definition: <tx:advice id="advice"> <tx:attributes> <tx:method name="send" propagation="REQUIRES_NEW" rollback-for="MyClassException"/> </tx:attributes> </tx:advice> Advice config: <aop:config> <aop:advisor advice-ref="advice" pointcut="bean