public class MessagingServices extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MessagingServices.ServerNameMapper |
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
ACTIVEMQ_CLIENT_THREAD_POOL |
static String |
LOCAL_TRANSACTION_PROVIDER_CAPABILITY
Name of the capability that ensures a local provider of transactions is present.
|
static String |
TRANSACTION_XA_RESOURCE_RECOVERY_REGISTRY_CAPABILITY
The capability name for the transaction XAResourceRecoveryRegistry.
|
| Constructor and Description |
|---|
MessagingServices() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.as.controller.PathAddress |
getActiveMQServerPathAddress(org.jboss.as.controller.PathAddress pathAddress) |
static org.jboss.msc.service.ServiceName |
getActiveMQServiceName(org.jboss.as.controller.PathAddress pathAddress) |
static org.jboss.msc.service.ServiceName |
getActiveMQServiceName(String serverName) |
static org.jboss.msc.service.ServiceName |
getCapabilityServiceName(String capabilityBaseName,
String... dynamicParts)
Determines a ServiceName from a capability name.
|
static org.jboss.msc.service.ServiceName |
getJMSBridgeServiceName(String bridgeName) |
static org.jboss.msc.service.ServiceName |
getQueueBaseServiceName(org.jboss.msc.service.ServiceName serverServiceName) |
static boolean |
isSubsystemResource(org.jboss.as.controller.OperationContext context) |
public static final org.jboss.msc.service.ServiceName ACTIVEMQ_CLIENT_THREAD_POOL
public static final String LOCAL_TRANSACTION_PROVIDER_CAPABILITY
public static final String TRANSACTION_XA_RESOURCE_RECOVERY_REGISTRY_CAPABILITY
public static org.jboss.msc.service.ServiceName getActiveMQServiceName(org.jboss.as.controller.PathAddress pathAddress)
public static org.jboss.as.controller.PathAddress getActiveMQServerPathAddress(org.jboss.as.controller.PathAddress pathAddress)
public static org.jboss.msc.service.ServiceName getActiveMQServiceName(String serverName)
public static org.jboss.msc.service.ServiceName getQueueBaseServiceName(org.jboss.msc.service.ServiceName serverServiceName)
public static org.jboss.msc.service.ServiceName getJMSBridgeServiceName(String bridgeName)
public static org.jboss.msc.service.ServiceName getCapabilityServiceName(String capabilityBaseName, String... dynamicParts)
capabilityBaseName - the base name of the capability, or its full name if it is not dynamicdynamicParts - any dynamic parts of the capability name. May be nullIllegalStateException - if invoked before the subsystem has begun adding runtime servicespublic static boolean isSubsystemResource(org.jboss.as.controller.OperationContext context)
Copyright © 2021 JBoss by Red Hat. All rights reserved.