Removed support for 'auto-create-channels' on the MessageBus. All channels must be explicitly created and registered with the bus (INT-247).

This commit is contained in:
Mark Fisher
2008-08-18 17:36:13 +00:00
parent d8c4b0df69
commit 80935d3bd0
9 changed files with 51 additions and 106 deletions

View File

@@ -13,7 +13,7 @@
<beans:import resource="classpath:org/springframework/integration/security/config/commonSecurityConfiguration.xml"/>
<message-bus auto-create-channels="false" />
<message-bus/>
<si-security:secured-channels send-access="ROLE_ADMIN">
<si-security:channel-name-pattern>secured.*</si-security:channel-name-pattern>

View File

@@ -11,7 +11,7 @@
http://www.springframework.org/schema/integration-security http://www.springframework.org/schema/integration/spring-integration-security-1.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
<message-bus auto-create-channels="false" />
<message-bus/>
<direct-channel id="input"/>