spring-projects / spring-integration-extensions

The Spring Integration Extensions project provides extension components for Spring Integration
http://www.springintegration.org/
281 stars 266 forks source link

DSL: O-Gs: `requiresReply="true"` by default #126

Closed artembilan closed 9 years ago

artembilan commented 9 years ago

Since many outbound-gateways are designed to always expect replies and XML configuration specifies requires-reply="true" for them by default, the DSL should follow with that.