public class QpidAdminService extends Object
Constructor and Description |
---|
QpidAdminService() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessKey() |
String |
getClientID()
Get client id (machine name) that is used to connect to the broker
|
String |
getHostname()
Get hostname of the machine that broker (i.e.Carbon) runs on
|
String |
getPort()
Get TCP port of the broker
|
String |
getSSLPort()
Returns the SSL port that a client can use to communicate with the broker over SSL
|
String |
getVirtualHostName()
Get default virtual host name of the broker
|
public String getAccessKey()
public String getClientID()
public String getVirtualHostName()
public String getHostname()
public String getPort()
public String getSSLPort()
Copyright © 2022 WSO2. All rights reserved.