Uses of Interface
org.apache.activemq.artemis.core.server.cluster.Bridge
-
-
Uses of Bridge in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type Bridge Constructor Description BridgeControlImpl(Bridge bridge, StorageManager storageManager) -
Uses of Bridge in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type Bridge Modifier and Type Method Description voidActiveMQServerLogger_impl. errorConnectingBridge(Bridge bridge, Exception e)voidActiveMQServerLogger. errorConnectingBridge(Bridge bridge, Exception e)voidActiveMQServerLogger_impl. errorConnectingBridgeRetry(Bridge bridge)voidActiveMQServerLogger. errorConnectingBridgeRetry(Bridge bridge) -
Uses of Bridge in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return Bridge Modifier and Type Method Description BridgeMessageFlowRecord. getBridge()Bridge[]ClusterConnection. getBridges()Methods in org.apache.activemq.artemis.core.server.cluster that return types with arguments of type Bridge Modifier and Type Method Description Map<String,Bridge>ClusterManager. getBridges() -
Uses of Bridge in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement Bridge Modifier and Type Class Description classBridgeImplA Core BridgeImplclassClusterConnectionBridgeA bridge with extra functionality only available when the server is clustered.Methods in org.apache.activemq.artemis.core.server.cluster.impl that return Bridge Modifier and Type Method Description Bridge[]ClusterConnectionImpl. getBridges() -
Uses of Bridge in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type Bridge Modifier and Type Method Description voidManagementService. registerBridge(Bridge bridge) -
Uses of Bridge in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type Bridge Modifier and Type Method Description voidManagementServiceImpl. registerBridge(Bridge bridge) -
Uses of Bridge in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type Bridge Modifier and Type Method Description default voidActiveMQServerBridgePlugin. afterAcknowledgeBridge(Bridge bridge, MessageReference ref)Called after delivered message over this bridge has been acknowledged by the remote brokerdefault voidActiveMQServerBridgePlugin. afterDeliverBridge(Bridge bridge, MessageReference ref, HandleStatus status)Called immediately after a bridge delivers a message but before the message is acknowledgeddefault voidActiveMQServerBridgePlugin. afterDeployBridge(Bridge bridge)After a bridge has been deployeddefault voidActiveMQServerBridgePlugin. beforeDeliverBridge(Bridge bridge, MessageReference ref)Called immediately before a bridge delivers a message -
Uses of Bridge in org.apache.activemq.artemis.core.server.plugin.impl
Methods in org.apache.activemq.artemis.core.server.plugin.impl with parameters of type Bridge Modifier and Type Method Description voidLoggingActiveMQServerPlugin. afterDeployBridge(Bridge bridge)After a bridge has been deployedvoidLoggingActiveMQServerPluginLogger_impl. afterDeployBridge(Bridge config)voidLoggingActiveMQServerPluginLogger. afterDeployBridge(Bridge config)
-