XmppConnectionFactoryBean's autoStartup property is now true by default (not just via schema-based configuration + parsing)
This commit is contained in:
@@ -50,7 +50,7 @@ public class XmppConnectionFactoryBean extends AbstractFactoryBean<XMPPConnectio
|
||||
|
||||
private volatile XMPPConnection connection;
|
||||
|
||||
private volatile boolean autoStartup;
|
||||
private volatile boolean autoStartup = true;
|
||||
|
||||
private volatile int phase = Integer.MIN_VALUE;
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<constructor-arg value="myServiceName"/>
|
||||
</bean>
|
||||
</constructor-arg>
|
||||
<property name="autoStartup" value="false"/>
|
||||
</bean>
|
||||
|
||||
<int:channel id="outboundEventChannel"/>
|
||||
|
||||
Reference in New Issue
Block a user