Uses of Interface
org.apache.activemq.artemis.core.postoffice.BindingsFactory
Packages that use BindingsFactory
-
Uses of BindingsFactory in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement BindingsFactoryModifier and TypeClassDescriptionclassThis is the class that will make the routing to Queues and decide which consumer will get the messages It's the queue component on distributing the messages * *Constructors in org.apache.activemq.artemis.core.postoffice.impl with parameters of type BindingsFactoryModifierConstructorDescriptionSimpleAddressManager(BindingsFactory bindingsFactory, WildcardConfiguration wildcardConfiguration, StorageManager storageManager, MetricsManager metricsManager) SimpleAddressManager(BindingsFactory bindingsFactory, StorageManager storageManager, MetricsManager metricsManager) WildcardAddressManager(BindingsFactory bindingsFactory, WildcardConfiguration wildcardConfiguration, StorageManager storageManager, MetricsManager metricsManager) WildcardAddressManager(BindingsFactory bindingsFactory, StorageManager storageManager, MetricsManager metricsManager)