public class NetworkBridgeUtils extends Object
| Constructor and Description |
|---|
NetworkBridgeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.activemq.command.ActiveMQDestination |
findMatchingDestination(org.apache.activemq.command.ActiveMQDestination[] dests,
org.apache.activemq.command.ActiveMQDestination destination) |
static org.apache.activemq.command.BrokerSubscriptionInfo |
getBrokerSubscriptionInfo(BrokerService brokerService,
NetworkBridgeConfiguration config)
Generate the BrokerSubscriptionInfo which is used to tell the broker on the other
side of the network bridge which NC durable subscriptions are still needed for demand.
|
static boolean |
isDestForcedDurable(org.apache.activemq.command.ActiveMQDestination destination) |
static boolean |
isForcedDurable(org.apache.activemq.command.ConsumerInfo info,
org.apache.activemq.command.ActiveMQDestination[] dynamicallyIncludedDestinations,
org.apache.activemq.command.ActiveMQDestination[] staticallyIncludedDestinations) |
static boolean |
isForcedDurable(org.apache.activemq.command.ConsumerInfo info,
List<org.apache.activemq.command.ActiveMQDestination> dynamicallyIncludedDestinations) |
static boolean |
matchesDestinations(org.apache.activemq.command.ActiveMQDestination[] dests,
org.apache.activemq.command.ActiveMQDestination destination) |
static boolean |
matchesNetworkConfig(NetworkBridgeConfiguration config,
org.apache.activemq.command.ActiveMQDestination destination) |
public NetworkBridgeUtils()
public static org.apache.activemq.command.BrokerSubscriptionInfo getBrokerSubscriptionInfo(BrokerService brokerService, NetworkBridgeConfiguration config)
brokerService - config - public static boolean isForcedDurable(org.apache.activemq.command.ConsumerInfo info, List<org.apache.activemq.command.ActiveMQDestination> dynamicallyIncludedDestinations)
public static boolean isForcedDurable(org.apache.activemq.command.ConsumerInfo info, org.apache.activemq.command.ActiveMQDestination[] dynamicallyIncludedDestinations, org.apache.activemq.command.ActiveMQDestination[] staticallyIncludedDestinations)
public static boolean matchesNetworkConfig(NetworkBridgeConfiguration config, org.apache.activemq.command.ActiveMQDestination destination)
public static boolean matchesDestinations(org.apache.activemq.command.ActiveMQDestination[] dests, org.apache.activemq.command.ActiveMQDestination destination)
public static org.apache.activemq.command.ActiveMQDestination findMatchingDestination(org.apache.activemq.command.ActiveMQDestination[] dests, org.apache.activemq.command.ActiveMQDestination destination)
public static boolean isDestForcedDurable(org.apache.activemq.command.ActiveMQDestination destination)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.