Package org.apache.activemq.network
Interface ConnectionFilter
-
public interface ConnectionFilterAbstraction that allows you to control which brokers a NetworkConnector connects bridges to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanconnectTo(URI location)Connect the filter to a given location.
-
-
-
Method Detail
-
connectTo
boolean connectTo(URI location)
Connect the filter to a given location.- Parameters:
location-- Returns:
- true if the network connector should establish a connection to the specified location.
-
-