The <splitter/> element now creates its own endpoint (i.e. it is no longer necessary to create a <handler-endpoint/> as well) (INT-283). Also, the <handler-endpoint/>'s "handler" attribute has been replaced with "ref" to be more consistent with other spring configuration options (e.g. defining jms-listeners with the JMS namespace support).
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
<channel id="localChannel"/>
|
||||
|
||||
<handler-endpoint input-channel="localChannel" handler="handler"/>
|
||||
<handler-endpoint input-channel="localChannel" ref="handler"/>
|
||||
|
||||
<rmi-handler id="handler" remote-channel="testChannel" host="localhost"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user