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 isEnabled()
void setEnabled(boolean enabled)
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()
boolean isGroupRebalancePauseDispatch()
int getGroupBuckets()
SimpleString getGroupFirstKey()
boolean isAutoDelete()
long getAutoDeleteDelay()
long getAutoDeleteMessageCount()
long getRingSize()
Copyright © 2022 JBoss by Red Hat. All rights reserved.