mirror of https://github.com/apache/activemq.git
when seeting watcgTopicAdvisories on the connection - use the getter Method on the ConnectionFactory to retrieve the value
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@550686 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f95552b621
commit
0b769eee01
|
@ -266,8 +266,8 @@ public class ActiveMQConnectionFactory extends JNDIBaseStorable implements Conne
|
||||||
connection.setRedeliveryPolicy(getRedeliveryPolicy());
|
connection.setRedeliveryPolicy(getRedeliveryPolicy());
|
||||||
connection.setTransformer(getTransformer());
|
connection.setTransformer(getTransformer());
|
||||||
connection.setBlobTransferPolicy(getBlobTransferPolicy().copy());
|
connection.setBlobTransferPolicy(getBlobTransferPolicy().copy());
|
||||||
connection.setWatchTopicAdvisories(watchTopicAdvisories);
|
connection.setWatchTopicAdvisories(isWatchTopicAdvisories());
|
||||||
connection.setProducerWindowSize(producerWindowSize);
|
connection.setProducerWindowSize(getProducerWindowSize());
|
||||||
connection.setWarnAboutUnstartedConnectionTimeout(getWarnAboutUnstartedConnectionTimeout());
|
connection.setWarnAboutUnstartedConnectionTimeout(getWarnAboutUnstartedConnectionTimeout());
|
||||||
transport.start();
|
transport.start();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue