public interface JmsSupport
JmsSupport is an interface that provides a polymorphic facade to
the JMS 1.0.2b and 1.1 API specifications. this interface is not intended for
general purpose use and should only be used with the Mule JMS 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,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint) |
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,
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 destination,
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 topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint) |
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 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) |
javax.jms.Connection createConnection(javax.jms.ConnectionFactory connectionFactory)
throws javax.jms.JMSException
javax.jms.JMSExceptionjavax.jms.Connection createConnection(javax.jms.ConnectionFactory connectionFactory,
String username,
String password)
throws javax.jms.JMSException
javax.jms.JMSExceptionjavax.jms.Session createSession(javax.jms.Connection connection,
boolean topic,
boolean transacted,
int ackMode,
boolean noLocal)
throws javax.jms.JMSException
javax.jms.JMSExceptionjavax.jms.MessageProducer createProducer(javax.jms.Session session,
javax.jms.Destination destination,
boolean topic)
throws javax.jms.JMSException
javax.jms.JMSExceptionjavax.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
javax.jms.JMSExceptionjavax.jms.MessageConsumer createConsumer(javax.jms.Session session,
javax.jms.Destination destination,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
javax.jms.JMSExceptionjavax.jms.Destination createDestination(javax.jms.Session session,
String name,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
javax.jms.JMSExceptionjavax.jms.Destination createDestination(javax.jms.Session session,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
javax.jms.JMSExceptionjavax.jms.Destination createTemporaryDestination(javax.jms.Session session,
boolean topic)
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid send(javax.jms.MessageProducer producer,
javax.jms.Message message,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid 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
javax.jms.JMSExceptionvoid send(javax.jms.MessageProducer producer,
javax.jms.Message message,
javax.jms.Destination dest,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid 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
javax.jms.JMSExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.