Uses of Interface
org.apache.activemq.artemis.core.postoffice.Binding
-
-
Uses of Binding in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence with parameters of type Binding Modifier and Type Method Description voidStorageManager. addQueueBinding(long tx, Binding binding)voidStorageManager. updateQueueBinding(long tx, Binding binding) -
Uses of Binding in org.apache.activemq.artemis.core.persistence.impl.journal
Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type Binding Modifier and Type Method Description voidAbstractJournalStorageManager. addQueueBinding(long tx, Binding binding)voidAbstractJournalStorageManager. updateQueueBinding(long tx, Binding binding) -
Uses of Binding in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type Binding Modifier and Type Method Description voidNullStorageManager. addQueueBinding(long tx, Binding binding)voidNullStorageManager. updateQueueBinding(long tx, Binding binding) -
Uses of Binding in org.apache.activemq.artemis.core.postoffice
Subinterfaces of Binding in org.apache.activemq.artemis.core.postoffice Modifier and Type Interface Description interfaceQueueBindingMethods in org.apache.activemq.artemis.core.postoffice that return Binding Modifier and Type Method Description BindingAddressManager. getBinding(SimpleString queueName)BindingPostOffice. getBinding(SimpleString uniqueName)BindingAddressManager. removeBinding(SimpleString uniqueName, Transaction tx)This will use a Transaction as we need to confirm the queue was removedBindingPostOffice. removeBinding(SimpleString uniqueName, Transaction tx, boolean deleteData)BindingBindings. removeBindingByUniqueName(SimpleString uniqueName)Methods in org.apache.activemq.artemis.core.postoffice that return types with arguments of type Binding Modifier and Type Method Description Stream<Binding>PostOffice. getAllBindings()Stream<Binding>AddressManager. getBindings()Collection<Binding>Bindings. getBindings()Collection<Binding>AddressManager. getDirectBindings(SimpleString address)Collection<Binding>PostOffice. getDirectBindings(SimpleString address)Collection<Binding>AddressManager. getMatchingBindings(SimpleString address)Collection<Binding>PostOffice. getMatchingBindings(SimpleString address)Methods in org.apache.activemq.artemis.core.postoffice with parameters of type Binding Modifier and Type Method Description booleanAddressManager. addBinding(Binding binding)voidBindings. addBinding(Binding binding)voidPostOffice. addBinding(Binding binding)RoutingStatusPostOffice. route(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, Binding binding)RoutingStatusPostOffice. route(Message message, Transaction tx, boolean direct, boolean rejectDuplicates, Binding binding) -
Uses of Binding in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement Binding Modifier and Type Class Description classDivertBindingclassLocalQueueBindingMethods in org.apache.activemq.artemis.core.postoffice.impl that return Binding Modifier and Type Method Description BindingPostOfficeImpl. getBinding(SimpleString name)BindingSimpleAddressManager. getBinding(SimpleString bindableName)BindingPostOfficeImpl. removeBinding(SimpleString uniqueName, Transaction tx, boolean deleteData)BindingSimpleAddressManager. removeBinding(SimpleString uniqueName, Transaction tx)BindingWildcardAddressManager. removeBinding(SimpleString uniqueName, Transaction tx)BindingBindingsImpl. removeBindingByUniqueName(SimpleString bindingUniqueName)Methods in org.apache.activemq.artemis.core.postoffice.impl that return types with arguments of type Binding Modifier and Type Method Description Stream<Binding>PostOfficeImpl. getAllBindings()Collection<Binding>BindingsImpl. getBindings()Stream<Binding>SimpleAddressManager. getBindings()Collection<Binding>PostOfficeImpl. getDirectBindings(SimpleString address)Collection<Binding>SimpleAddressManager. getDirectBindings(SimpleString address)Collection<Binding>PostOfficeImpl. getMatchingBindings(SimpleString address)Collection<Binding>SimpleAddressManager. getMatchingBindings(SimpleString address)Map<SimpleString,List<Binding>>BindingsImpl. getRoutingNameBindingMap()debug method: used just for tests!!Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type Binding Modifier and Type Method Description voidBindingsImpl. addBinding(Binding binding)voidPostOfficeImpl. addBinding(Binding binding)booleanSimpleAddressManager. addBinding(Binding binding)booleanWildcardAddressManager. addBinding(Binding binding)If the address to add the binding to contains a wildcard then a copy of the binding (with the same underlying queue) will be added to matching addresses.protected booleanSimpleAddressManager. addMappingInternal(SimpleString address, Binding binding)RoutingStatusPostOfficeImpl. route(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, Binding bindingMove)RoutingStatusPostOfficeImpl. route(Message message, Transaction tx, boolean direct, boolean rejectDuplicates, Binding binding)Method parameters in org.apache.activemq.artemis.core.postoffice.impl with type arguments of type Binding Modifier and Type Method Description protected BindingsSimpleAddressManager. addMappingsInternal(SimpleString address, Collection<Binding> newBindings) -
Uses of Binding in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return Binding Modifier and Type Method Description default BindingConsumer. getBinding()Methods in org.apache.activemq.artemis.core.server with parameters of type Binding Modifier and Type Method Description ActiveMQQueueExistsExceptionActiveMQMessageBundle_impl. bindingAlreadyExists(Binding binding)ActiveMQQueueExistsExceptionActiveMQMessageBundle. bindingAlreadyExists(Binding binding)booleanQueue. moveReference(long messageID, SimpleString toAddress, Binding binding, boolean rejectDuplicates)intQueue. moveReferences(int flushLimit, Filter filter, SimpleString toAddress, boolean rejectDuplicates, int messageCount, Binding binding)intQueue. moveReferences(int flushLimit, Filter filter, SimpleString toAddress, boolean rejectDuplicates, Binding binding)intQueue. moveReferences(Filter filter, SimpleString toAddress, Binding binding) -
Uses of Binding in org.apache.activemq.artemis.core.server.cluster
Subinterfaces of Binding in org.apache.activemq.artemis.core.server.cluster Modifier and Type Interface Description interfaceRemoteQueueBinding -
Uses of Binding in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement Binding Modifier and Type Class Description classRemoteQueueBindingImpl -
Uses of Binding in org.apache.activemq.artemis.core.server.federation.address
Methods in org.apache.activemq.artemis.core.server.federation.address with parameters of type Binding Modifier and Type Method Description voidFederatedAddress. afterAddBinding(Binding binding) -
Uses of Binding in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return Binding Modifier and Type Method Description BindingServerConsumerImpl. getBinding()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type Binding Modifier and Type Method Description booleanQueueImpl. moveReference(long messageID, SimpleString toAddress, Binding binding, boolean rejectDuplicate)intQueueImpl. moveReferences(int flushLimit, Filter filter, SimpleString toAddress, boolean rejectDuplicates, int messageCount, Binding binding)intQueueImpl. moveReferences(int flushLimit, Filter filter, SimpleString toAddress, boolean rejectDuplicates, Binding binding)intQueueImpl. moveReferences(Filter filter, SimpleString toAddress, Binding binding) -
Uses of Binding in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type Binding Modifier and Type Method Description default voidActiveMQServerBindingPlugin. afterAddBinding(Binding binding)After a binding has been addeddefault voidActiveMQServerBindingPlugin. afterRemoveBinding(Binding binding, Transaction tx, boolean deleteData)After a binding is removeddefault voidActiveMQServerBindingPlugin. beforeAddBinding(Binding binding)Before a binding is added
-