Uses of Interface
org.apache.activemq.artemis.core.postoffice.QueueBinding
Packages that use QueueBinding
Package
Description
-
Uses of QueueBinding in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return QueueBindingModifier and TypeMethodDescriptionPostOffice.updateQueue(QueueConfiguration queueConfiguration) PostOffice.updateQueue(QueueConfiguration queueConfiguration, boolean forceUpdate) Update a queue's configuration.PostOffice.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.PostOffice.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 -
Uses of QueueBinding in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement QueueBindingMethods in org.apache.activemq.artemis.core.postoffice.impl that return QueueBindingModifier and TypeMethodDescriptionPostOfficeImpl.updateQueue(QueueConfiguration queueConfiguration) PostOfficeImpl.updateQueue(QueueConfiguration queueConfiguration, boolean forceUpdate) PostOfficeImpl.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.PostOfficeImpl.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 QueueBindingModifier and TypeMethodDescriptionvoidPostOfficeImpl.notifyBindingUpdatedForQueue(QueueBinding binding) 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 -
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 -
Uses of QueueBinding in org.apache.activemq.artemis.core.server.impl
Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type QueueBindingModifierConstructorDescriptionServerConsumerImpl(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 QueueBindingModifier and TypeMethodDescriptiondefault 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 QueueBindingModifier and TypeMethodDescriptionvoidLoggingActiveMQServerPlugin.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)