mirror of https://github.com/apache/activemq.git
initialize brokerInfo
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@516664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb3b6dba57
commit
e8b12e4eaf
|
@ -1574,6 +1574,7 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Response processBrokerInfo(BrokerInfo info) throws Exception {
|
public Response processBrokerInfo(BrokerInfo info) throws Exception {
|
||||||
|
brokerInfo=info;
|
||||||
brokerInfoReceived.countDown();
|
brokerInfoReceived.countDown();
|
||||||
optimizeAcknowledge &= !brokerInfo.isFaultTolerantConfiguration();
|
optimizeAcknowledge &= !brokerInfo.isFaultTolerantConfiguration();
|
||||||
getBlobTransferPolicy().setBrokerUploadUrl(info.getBrokerUploadUrl());
|
getBlobTransferPolicy().setBrokerUploadUrl(info.getBrokerUploadUrl());
|
||||||
|
|
Loading…
Reference in New Issue