XmppConnectionFactoryBean's autoStartup property is now true by default (not just via schema-based configuration + parsing)

This commit is contained in:
Mark Fisher
2010-12-16 17:52:11 -05:00
parent 13447aba5a
commit e80913c639
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
<constructor-arg value="myServiceName"/>
</bean>
</constructor-arg>
<property name="autoStartup" value="false"/>
</bean>
<int:channel id="outboundEventChannel"/>