public class Jms102bSupport extends Jms11Support
Jms102bSupport is a template class to provide an absstraction
to to the Jms 1.0.2b api specification.connector, logger| Constructor and Description |
|---|
Jms102bSupport(JmsConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Connection |
createConnection(javax.jms.ConnectionFactory connectionFactory) |
javax.jms.Connection |
createConnection(javax.jms.ConnectionFactory connectionFactory,
String username,
String password) |
javax.jms.MessageConsumer |
createConsumer(javax.jms.Session session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
String durableName,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint) |
javax.jms.Destination |
createDestination(javax.jms.Session session,
String name,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint) |
javax.jms.MessageProducer |
createProducer(javax.jms.Session session,
javax.jms.Destination dest,
boolean topic) |
javax.jms.Session |
createSession(javax.jms.Connection connection,
boolean topic,
boolean transacted,
int ackMode,
boolean noLocal) |
javax.jms.Destination |
createTemporaryDestination(javax.jms.Session session,
boolean topic) |
void |
send(javax.jms.MessageProducer producer,
javax.jms.Message message,
boolean persistent,
int priority,
long ttl,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint) |
void |
send(javax.jms.MessageProducer producer,
javax.jms.Message message,
javax.jms.Destination dest,
boolean persistent,
int priority,
long ttl,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint) |
createConsumer, createDestination, getJndiDestination, send, sendpublic Jms102bSupport(JmsConnector connector)
public javax.jms.Connection createConnection(javax.jms.ConnectionFactory connectionFactory,
String username,
String password)
throws javax.jms.JMSException
createConnection in interface JmsSupportcreateConnection in class Jms11Supportjavax.jms.JMSExceptionpublic javax.jms.Connection createConnection(javax.jms.ConnectionFactory connectionFactory)
throws javax.jms.JMSException
createConnection in interface JmsSupportcreateConnection in class Jms11Supportjavax.jms.JMSExceptionpublic javax.jms.Session createSession(javax.jms.Connection connection,
boolean topic,
boolean transacted,
int ackMode,
boolean noLocal)
throws javax.jms.JMSException
createSession in interface JmsSupportcreateSession in class Jms11Supportjavax.jms.JMSExceptionpublic javax.jms.MessageConsumer createConsumer(javax.jms.Session session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
String durableName,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
createConsumer in interface JmsSupportcreateConsumer in class Jms11Supportjavax.jms.JMSExceptionpublic javax.jms.MessageProducer createProducer(javax.jms.Session session,
javax.jms.Destination dest,
boolean topic)
throws javax.jms.JMSException
createProducer in interface JmsSupportcreateProducer in class Jms11Supportjavax.jms.JMSExceptionpublic javax.jms.Destination createDestination(javax.jms.Session session,
String name,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
createDestination in interface JmsSupportcreateDestination in class Jms11Supportjavax.jms.JMSExceptionpublic javax.jms.Destination createTemporaryDestination(javax.jms.Session session,
boolean topic)
throws javax.jms.JMSException
createTemporaryDestination in interface JmsSupportcreateTemporaryDestination in class Jms11Supportjavax.jms.JMSExceptionpublic void send(javax.jms.MessageProducer producer,
javax.jms.Message message,
boolean persistent,
int priority,
long ttl,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
send in interface JmsSupportsend in class Jms11Supportjavax.jms.JMSExceptionpublic void send(javax.jms.MessageProducer producer,
javax.jms.Message message,
javax.jms.Destination dest,
boolean persistent,
int priority,
long ttl,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
send in interface JmsSupportsend in class Jms11Supportjavax.jms.JMSExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.