public final class JMSFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JMS_CONDUIT_EXECUTOR |
static String |
JMS_DESTINATION_EXECUTOR |
Modifier and Type | Method and Description |
---|---|
static javax.jms.Connection |
createConnection(JMSConfiguration jmsConfig) |
static JMSSender |
createJmsSender(JMSConfiguration jmsConfig,
JMSMessageHeadersType messageProperties)
Create JmsSender from configuration information.
|
static Executor |
createWorkQueueExecutor(Bus bus,
String name)
Get workqueue from workqueue manager.
|
public static final String JMS_DESTINATION_EXECUTOR
public static final String JMS_CONDUIT_EXECUTOR
public static JMSSender createJmsSender(JMSConfiguration jmsConfig, JMSMessageHeadersType messageProperties)
jmsConfig
- configuration informationmessageProperties
- context headers override config settingspublic static javax.jms.Connection createConnection(JMSConfiguration jmsConfig) throws javax.jms.JMSException
javax.jms.JMSException
Apache CXF