public class BambooBrokerService extends Object
| Constructor and Description |
|---|
BambooBrokerService(org.apache.activemq.broker.BrokerService brokerService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStartedConnectors(URI primaryBindAddress) |
org.apache.activemq.broker.BrokerService |
getBrokerService()
Deprecated.
since 5.11 with no replacement
|
Certificate |
getCertificate() |
URI |
getEndpointForJmsTunnel() |
org.apache.activemq.usage.SystemUsage |
getSystemUsage() |
List<org.apache.activemq.broker.TransportConnector> |
getTransportConnectors() |
void |
removeAllConnectors() |
void |
start() |
public BambooBrokerService(org.apache.activemq.broker.BrokerService brokerService)
@PostConstruct public void start() throws Exception
Exception@Nullable public Certificate getCertificate() throws KeyStoreException
KeyStoreExceptionpublic void addStartedConnectors(URI primaryBindAddress) throws Exception
Exception@NotNull public URI getEndpointForJmsTunnel()
public org.apache.activemq.usage.SystemUsage getSystemUsage()
public List<org.apache.activemq.broker.TransportConnector> getTransportConnectors()
@Deprecated public org.apache.activemq.broker.BrokerService getBrokerService()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.