public interface MQService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MQService.Config
Keys for the broker specific PID file inside the profile
|
| Modifier and Type | Field and Description |
|---|---|
static String |
MQ_CONNECTION_FACTORY_PID |
static String |
MQ_FABRIC_SERVER_PID_PREFIX |
static String |
MQ_PID_TEMPLATE |
static String |
MQ_PROFILE_BASE |
static String |
MQ_PROFILE_REPLICATED |
| Modifier and Type | Method and Description |
|---|---|
Profile |
createOrUpdateMQClientProfile(String versionId,
String profile,
String group,
String parentProfileName)
Creates of updates the profile for clients to connec to the given broker group
|
Profile |
createOrUpdateMQProfile(String version,
String profile,
String brokerName,
Map<String,String> configs,
boolean replicated)
Creates or updates the profile for the given broker and configuration
|
String |
getConfig(String version,
String config) |
static final String MQ_PROFILE_BASE
static final String MQ_PROFILE_REPLICATED
static final String MQ_PID_TEMPLATE
static final String MQ_CONNECTION_FACTORY_PID
static final String MQ_FABRIC_SERVER_PID_PREFIX
Profile createOrUpdateMQProfile(String version, String profile, String brokerName, Map<String,String> configs, boolean replicated)
Profile createOrUpdateMQClientProfile(String versionId, String profile, String group, String parentProfileName)
Copyright © 2011–2014 Red Hat. All rights reserved.