public class QueueAttributes extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
EXCLUSIVE |
static String |
LAST_VALUE |
static String |
MAX_CONSUMERS |
static String |
PURGE_ON_NO_CONSUMERS |
Constructor and Description |
---|
QueueAttributes() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getExclusive() |
Boolean |
getLastValue() |
Integer |
getMaxConsumers() |
Boolean |
getPurgeOnNoConsumers() |
void |
set(String key,
String value) |
void |
setExclusive(Boolean exclusive) |
void |
setLastValue(Boolean lastValue) |
void |
setMaxConsumers(Integer maxConsumers) |
void |
setPurgeOnNoConsumers(Boolean purgeOnNoConsumers) |
public static final String MAX_CONSUMERS
public static final String EXCLUSIVE
public static final String LAST_VALUE
public static final String PURGE_ON_NO_CONSUMERS
public Integer getMaxConsumers()
public void setMaxConsumers(Integer maxConsumers)
public Boolean getExclusive()
public void setExclusive(Boolean exclusive)
public Boolean getLastValue()
public void setLastValue(Boolean lastValue)
public Boolean getPurgeOnNoConsumers()
public void setPurgeOnNoConsumers(Boolean purgeOnNoConsumers)
Copyright © 2018 JBoss by Red Hat. All rights reserved.