Interface RemoteQueueBinding
- All Superinterfaces:
Binding,QueueBinding,UnproposalListener
- All Known Implementing Classes:
RemoteQueueBindingImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddConsumer(SimpleString filterString) voidconnect()voidlongvoidremoveConsumer(SimpleString filterString) voidreset()voidMethods inherited from interface org.apache.activemq.artemis.core.postoffice.Binding
close, getAddress, getBindable, getClusterName, getDistance, getFilter, getID, getRoutingName, getType, getUniqueName, isConnected, isExclusive, isHighAcceptPriority, isLocal, route, routeWithAck, toManagementStringMethods inherited from interface org.apache.activemq.artemis.core.postoffice.QueueBinding
consumerCount, getQueueMethods inherited from interface org.apache.activemq.artemis.core.server.group.UnproposalListener
unproposed
-
Method Details
-
addConsumer
- Throws:
Exception
-
removeConsumer
- Throws:
Exception
-
reset
void reset() -
disconnect
void disconnect() -
connect
void connect() -
getRemoteQueueID
long getRemoteQueueID() -
setFilter
-
getMessageLoadBalancingType
MessageLoadBalancingType getMessageLoadBalancingType()
-