Files
spring-integration/spring-integration-core
Marius Bogoevici 17294c44ec Adding support for defining a ChannelFactory on the MessageBus in the form:
<message-bus>
 <channel-factory ref="bean"/>
</message-bus>

The channel factory will be used for auto-created channels, as well as for channels created using the <channel/> syntax. For specifying a QueueChannel (with capacity), the newly added <queue-channel> element must be used.
2008-05-15 05:54:12 +00:00
..
2007-12-17 00:10:10 +00:00