public class AmqpServerConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AmqpServerConfiguration.FlowDetails
Contains information related to AMQP channelFlow controlling limits.
|
static class |
AmqpServerConfiguration.KeyStoreDetails
Contains keystore relate configurations.
|
static class |
AmqpServerConfiguration.NonSecureServerDetails
Contains information required to setup the non secure server socket.
|
static class |
AmqpServerConfiguration.SslServerDetails
Contains information required to setup the secured server socket.
|
static class |
AmqpServerConfiguration.TrustStoreDetails
Contains keystore relate configurations.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
Namespace used in config file
|
| Constructor and Description |
|---|
AmqpServerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AmqpServerConfiguration.FlowDetails |
getChannelFlow()
Getter for channelFlow
|
String |
getHostName()
Getter for maxRedeliveryCount
|
String |
getMaxRedeliveryCount()
Getter for maxRedeliveryCount
|
AmqpServerConfiguration.NonSecureServerDetails |
getPlain()
Getter for tcp.
|
AmqpServerConfiguration.SslServerDetails |
getSsl()
Getter for ssl.
|
void |
setChannelFlow(AmqpServerConfiguration.FlowDetails channelFlow) |
void |
setHostName(String hostName) |
void |
setMaxRedeliveryCount(String maxRedeliveryCount) |
void |
setPlain(AmqpServerConfiguration.NonSecureServerDetails tcp) |
void |
setSsl(AmqpServerConfiguration.SslServerDetails ssl) |
public static final String NAMESPACE
public String getHostName()
public void setHostName(String hostName)
public String getMaxRedeliveryCount()
public void setMaxRedeliveryCount(String maxRedeliveryCount)
public AmqpServerConfiguration.FlowDetails getChannelFlow()
public void setChannelFlow(AmqpServerConfiguration.FlowDetails channelFlow)
public AmqpServerConfiguration.NonSecureServerDetails getPlain()
public void setPlain(AmqpServerConfiguration.NonSecureServerDetails tcp)
public AmqpServerConfiguration.SslServerDetails getSsl()
public void setSsl(AmqpServerConfiguration.SslServerDetails ssl)
Copyright © 2018 WSO2. All rights reserved.