Uses of Interface
org.apache.activemq.artemis.core.postoffice.QueueBinding
-
-
Uses of QueueBinding in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return QueueBinding Modifier and Type Method Description QueueBindingPostOffice. updateQueue(QueueConfiguration queueConfiguration)QueueBindingPostOffice. updateQueue(QueueConfiguration queueConfiguration, boolean forceUpdate)QueueBindingPostOffice. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged)Deprecated.QueueBindingPostOffice. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged, Long ringSize)Deprecated.Methods in org.apache.activemq.artemis.core.postoffice with parameters of type QueueBinding Modifier and Type Method Description voidBindings. updated(QueueBinding binding) -
Uses of QueueBinding in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement QueueBinding Modifier and Type Class Description classLocalQueueBindingMethods in org.apache.activemq.artemis.core.postoffice.impl that return QueueBinding Modifier and Type Method Description QueueBindingPostOfficeImpl. updateQueue(QueueConfiguration queueConfiguration)QueueBindingPostOfficeImpl. updateQueue(QueueConfiguration queueConfiguration, boolean forceUpdate)QueueBindingPostOfficeImpl. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged)Deprecated.QueueBindingPostOfficeImpl. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged, Long ringSize)Deprecated.Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type QueueBinding Modifier and Type Method Description voidBindingsImpl. updated(QueueBinding binding) -
Uses of QueueBinding in org.apache.activemq.artemis.core.server.cluster
Subinterfaces of QueueBinding in org.apache.activemq.artemis.core.server.cluster Modifier and Type Interface Description interfaceRemoteQueueBinding -
Uses of QueueBinding in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement QueueBinding Modifier and Type Class Description classRemoteQueueBindingImpl -
Uses of QueueBinding in org.apache.activemq.artemis.core.server.impl
Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type QueueBinding Constructor Description ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, boolean supportLargeMessage, Integer credits, ActiveMQServer server)ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, ActiveMQServer server)ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, int priority, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, boolean supportLargeMessage, Integer credits, ActiveMQServer server) -
Uses of QueueBinding in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type QueueBinding Modifier and Type Method Description default voidActiveMQServerConsumerPlugin. beforeCreateConsumer(long consumerID, QueueBinding queueBinding, SimpleString filterString, boolean browseOnly, boolean supportLargeMessage)Before a consumer is createddefault booleanActiveMQServerFederationPlugin. federatedAddressConditionalCreateDivertConsumer(DivertBinding divertBinding, QueueBinding queueBinding) -
Uses of QueueBinding in org.apache.activemq.artemis.core.server.plugin.impl
Methods in org.apache.activemq.artemis.core.server.plugin.impl with parameters of type QueueBinding Modifier and Type Method Description voidLoggingActiveMQServerPlugin. beforeCreateConsumer(long consumerID, QueueBinding queueBinding, SimpleString filterString, boolean browseOnly, boolean supportLargeMessage)Before a consumer is createdvoidLoggingActiveMQServerPluginLogger_impl. beforeCreateConsumer(String consumerID, QueueBinding queueBinding, SimpleString filterString, boolean browseOnly, boolean supportLargeMessage)voidLoggingActiveMQServerPluginLogger. beforeCreateConsumer(String consumerID, QueueBinding queueBinding, SimpleString filterString, boolean browseOnly, boolean supportLargeMessage)
-