Uses of Interface
org.apache.activemq.artemis.core.server.Bindable
-
-
Uses of Bindable in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return Bindable Modifier and Type Method Description BindableBinding. getBindable() -
Uses of Bindable in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return Bindable Modifier and Type Method Description BindableDivertBinding. getBindable()BindableLocalQueueBinding. getBindable() -
Uses of Bindable in org.apache.activemq.artemis.core.server
Subinterfaces of Bindable in org.apache.activemq.artemis.core.server Modifier and Type Interface Description interfaceDivertinterfaceQueue -
Uses of Bindable in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return Bindable Modifier and Type Method Description BindableRemoteQueueBindingImpl. getBindable() -
Uses of Bindable in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement Bindable Modifier and Type Class Description classDivertImplA DivertImpl simply diverts a message to a different forwardAddressclassLastValueQueueA queue that will discard messages if a newer message with the sameMessage.HDR_LAST_VALUE_NAMEproperty value.classQueueImplImplementation of a Queue
-