Class ResourceNames
java.lang.Object
org.apache.activemq.artemis.api.core.management.ResourceNames
Helper class used to build resource names used by management messages.
Resource's name is build by appending its name to its corresponding type. For example, the resource name of the "foo" queue is
Resource's name is build by appending its name to its corresponding type. For example, the resource name of the "foo" queue is
QUEUE + "foo"
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
decomposeRetroactiveResourceAddressName
(String prefix, String delimiter, String address) static SimpleString
getRetroactiveResourceAddressName
(String prefix, String delimiter, SimpleString address) static SimpleString
getRetroactiveResourceDivertName
(String prefix, String delimiter, SimpleString address) static SimpleString
getRetroactiveResourceQueueName
(String prefix, String delimiter, SimpleString address, RoutingType routingType) static boolean
isRetroactiveResource
(String prefix, SimpleString address)
-
Field Details
-
BROKER
- See Also:
-
MANAGEMENT_SECURITY
- See Also:
-
QUEUE
- See Also:
-
ADDRESS
- See Also:
-
BROKER_CONNECTION
- See Also:
-
BRIDGE
- See Also:
-
ACCEPTOR
- See Also:
-
DIVERT
- See Also:
-
CORE_CLUSTER_CONNECTION
- See Also:
-
BROADCAST_GROUP
- See Also:
-
CONNECTION_ROUTER
- See Also:
-
RETROACTIVE_SUFFIX
- See Also:
-
-
Constructor Details
-
ResourceNames
public ResourceNames()
-
-
Method Details
-
getRetroactiveResourceQueueName
public static SimpleString getRetroactiveResourceQueueName(String prefix, String delimiter, SimpleString address, RoutingType routingType) -
getRetroactiveResourceAddressName
public static SimpleString getRetroactiveResourceAddressName(String prefix, String delimiter, SimpleString address) -
getRetroactiveResourceDivertName
public static SimpleString getRetroactiveResourceDivertName(String prefix, String delimiter, SimpleString address) -
isRetroactiveResource
-
decomposeRetroactiveResourceAddressName
-