public final class JmsObjectFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static javax.jms.Destination |
createDestination(javax.jms.Session session,
String destinationName,
boolean topic) |
static javax.jms.MessageConsumer |
createMessageConsumer(javax.jms.Session session,
javax.jms.Destination destination,
String messageSelector,
boolean topic,
String durableSubscriptionId,
boolean noLocal) |
static javax.jms.MessageConsumer |
createMessageConsumer(javax.jms.Session session,
String destinationName,
String messageSelector,
boolean topic,
String durableSubscriptionId) |
static javax.jms.MessageConsumer |
createMessageConsumer(javax.jms.Session session,
String destinationName,
String messageSelector,
boolean topic,
String durableSubscriptionId,
boolean noLocal) |
static javax.jms.MessageProducer |
createMessageProducer(javax.jms.Session session,
String destinationName,
boolean topic,
boolean persitent,
long ttl) |
static javax.jms.Destination |
createQueue(javax.jms.Session session,
String destinationName) |
static javax.jms.MessageConsumer |
createQueueConsumer(javax.jms.Session session,
String destinationName) |
static javax.jms.MessageConsumer |
createQueueConsumer(javax.jms.Session session,
String destinationName,
String messageSelector) |
static javax.jms.MessageProducer |
createQueueProducer(javax.jms.Session session,
String destinationName) |
static javax.jms.Destination |
createTemporaryDestination(javax.jms.Session session,
boolean topic) |
static javax.jms.MessageConsumer |
createTemporaryMessageConsumer(javax.jms.Session session,
String messageSelector,
boolean topic,
String durableSubscriptionId,
boolean noLocal) |
static javax.jms.Destination |
createTopic(javax.jms.Session session,
String destinationName) |
static javax.jms.MessageConsumer |
createTopicConsumer(javax.jms.Session session,
String destinationName,
String messageSelector) |
static javax.jms.MessageProducer |
createTopicProducer(javax.jms.Session session,
String destinationName) |
public static javax.jms.Destination createDestination(javax.jms.Session session,
String destinationName,
boolean topic)
throws Exception
Exceptionpublic static javax.jms.Destination createQueue(javax.jms.Session session,
String destinationName)
throws Exception
Exceptionpublic static javax.jms.Destination createTemporaryDestination(javax.jms.Session session,
boolean topic)
throws Exception
Exceptionpublic static javax.jms.Destination createTopic(javax.jms.Session session,
String destinationName)
throws Exception
Exceptionpublic static javax.jms.MessageConsumer createQueueConsumer(javax.jms.Session session,
String destinationName)
throws Exception
Exceptionpublic static javax.jms.MessageConsumer createQueueConsumer(javax.jms.Session session,
String destinationName,
String messageSelector)
throws Exception
Exceptionpublic static javax.jms.MessageConsumer createTopicConsumer(javax.jms.Session session,
String destinationName,
String messageSelector)
throws Exception
Exceptionpublic static javax.jms.MessageConsumer createTemporaryMessageConsumer(javax.jms.Session session,
String messageSelector,
boolean topic,
String durableSubscriptionId,
boolean noLocal)
throws Exception
Exceptionpublic static javax.jms.MessageConsumer createMessageConsumer(javax.jms.Session session,
String destinationName,
String messageSelector,
boolean topic,
String durableSubscriptionId)
throws Exception
Exceptionpublic static javax.jms.MessageConsumer createMessageConsumer(javax.jms.Session session,
String destinationName,
String messageSelector,
boolean topic,
String durableSubscriptionId,
boolean noLocal)
throws Exception
Exceptionpublic static javax.jms.MessageConsumer createMessageConsumer(javax.jms.Session session,
javax.jms.Destination destination,
String messageSelector,
boolean topic,
String durableSubscriptionId,
boolean noLocal)
throws Exception
Exceptionpublic static javax.jms.MessageProducer createQueueProducer(javax.jms.Session session,
String destinationName)
throws Exception
Exceptionpublic static javax.jms.MessageProducer createTopicProducer(javax.jms.Session session,
String destinationName)
throws Exception
ExceptionApache Camel