public interface QueueBindingInfo
long getId()
SimpleString getAddress()
SimpleString getQueueName()
void replaceQueueName(SimpleString newName)
newName
- SimpleString getFilterString()
boolean isAutoCreated()
boolean isConfigurationManaged()
void setConfigurationManaged(boolean configurationManaged)
SimpleString getUser()
void addQueueStatusEncoding(QueueStatusEncoding status)
List<QueueStatusEncoding> getQueueStatusEncodings()
int getMaxConsumers()
void setMaxConsumers(int maxConsumers)
boolean isPurgeOnNoConsumers()
void setPurgeOnNoConsumers(boolean purgeOnNoConsumers)
boolean isExclusive()
void setExclusive(boolean exclusive)
boolean isLastValue()
void setLastValue(boolean lastValue)
SimpleString getLastValueKey()
void setLastValueKey(SimpleString lastValue)
boolean isNonDestructive()
void setNonDestructive(boolean nonDestructive)
int getConsumersBeforeDispatch()
void setConsumersBeforeDispatch(int consumersBeforeDispatch)
long getDelayBeforeDispatch()
void setDelayBeforeDispatch(long delayBeforeDispatch)
byte getRoutingType()
void setRoutingType(byte routingType)
boolean isGroupRebalance()
int getGroupBuckets()
SimpleString getGroupFirstKey()
boolean isAutoDelete()
long getAutoDeleteDelay()
long getAutoDeleteMessageCount()
Copyright © 2019 JBoss by Red Hat. All rights reserved.