public class JMSOptionsMapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTION_FACTORY_JNDI_NAME |
static String |
CONNECTION_FACTORY_NATURE |
static String |
CONNECTION_FACTORY_TYPE |
static String |
CONNECTION_PASSWORD |
static String |
CONNECTION_USERNAME |
static String |
DESTINATION |
static String |
FACTORY_INITIAL |
static String |
MAX_RETRY_COUNT |
static String |
PARAM_SUB_DURABLE |
static String |
PROVIDER_URL |
static String |
RETRY_INTERVAL |
static String |
USE_RECEIVER |
static String |
WORKER_COUNT |
| Constructor and Description |
|---|
JMSOptionsMapper() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getCarbonPropertyMapping()
Returns the custom property map mapping the siddhi extension key name to JMS transport key.
|
static List<String> |
getRequiredOptions()
Returns the required options for the JMS input transport.
|
public static final String DESTINATION
public static final String CONNECTION_FACTORY_JNDI_NAME
public static final String FACTORY_INITIAL
public static final String PROVIDER_URL
public static final String CONNECTION_FACTORY_TYPE
public static final String WORKER_COUNT
public static final String CONNECTION_USERNAME
public static final String CONNECTION_PASSWORD
public static final String RETRY_INTERVAL
public static final String MAX_RETRY_COUNT
public static final String USE_RECEIVER
public static final String PARAM_SUB_DURABLE
public static final String CONNECTION_FACTORY_NATURE
Copyright © 2017 WSO2. All rights reserved.