public class AMQPContext
extends SimpleMessagingContext
| Modifier and Type | Class and Description |
|---|---|
static class |
AMQPContext.RoutingType |
| Constructor and Description |
|---|
AMQPContext() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExchangeName()
Returns the exchangeName.
|
java.lang.String |
getQueueName()
Returns the queueName.
|
java.lang.String |
getRoutingKey()
Returns the routingKey.
|
java.lang.String |
getRoutingType()
Returns the routingType.
|
boolean |
isAutoAcknowledge()
Returns the autoAcknowledge.
|
boolean |
isAutoDelete()
Returns the autoDelete.
|
boolean |
isDurable()
Returns the durable.
|
boolean |
isExchangeMode()
Returns the exchangeMode.
|
boolean |
isExclusive()
Returns the exclusive.
|
void |
setAutoAcknowledge(boolean autoAcknowledge)
Sets the autoAcknowledge.
|
void |
setAutoDelete(boolean autoDelete)
Sets the autoDelete.
|
void |
setDurable(boolean durable)
Sets the durable.
|
void |
setExchangeName(java.lang.String exchangeName)
Sets the exchangeName.
|
void |
setExclusive(boolean exclusive)
Sets the exclusive.
|
void |
setQueueName(java.lang.String queueName)
Sets the queueName.
|
void |
setRoutingKey(java.lang.String routingKey)
Sets the routingKey.
|
void |
setRoutingType(AMQPContext.RoutingType routingType)
Sets the routingType.
|
public boolean isAutoAcknowledge()
public void setAutoAcknowledge(boolean autoAcknowledge)
autoAcknowledge - the autoAcknowledge to setpublic java.lang.String getRoutingType()
public void setRoutingType(AMQPContext.RoutingType routingType)
routingType - the routingType to setpublic java.lang.String getQueueName()
public void setQueueName(java.lang.String queueName)
queueName - the queueName to setpublic java.lang.String getExchangeName()
public void setExchangeName(java.lang.String exchangeName)
exchangeName - the exchangeName to setpublic java.lang.String getRoutingKey()
public void setRoutingKey(java.lang.String routingKey)
routingKey - the routingKey to setpublic boolean isDurable()
public void setDurable(boolean durable)
durable - the durable to setpublic boolean isExclusive()
public void setExclusive(boolean exclusive)
exclusive - the exclusive to setpublic boolean isAutoDelete()
public void setAutoDelete(boolean autoDelete)
autoDelete - the autoDelete to setpublic boolean isExchangeMode()
Data In Motion Consulting GmbH