| Modifier and Type | Method and Description |
|---|---|
ConsumerType |
JmsConsumerConfig.getConsumerType() |
| Modifier and Type | Method and Description |
|---|---|
JmsMessageConsumer |
JmsConnection.createConsumer(javax.jms.Session session,
javax.jms.Destination jmsDestination,
String selector,
ConsumerType consumerType)
Creates a new JMS
MessageConsumer using the given Session |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueConsumer
|
class |
TopicConsumer
Implementation of
ConsumerType that marks the consumed Destination
as a Topic and provides a way to configure topic-specific consumer parameters |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Object,JmsAttributes> |
JmsConsume.consume(JmsConnection connection,
JmsConfig config,
String destination,
ConsumerType consumerType,
AckMode ackMode,
String selector,
String contentType,
String encoding,
Long maximumWait,
TimeUnit maximumWaitUnit)
Operation that allows the user to consume a single
Message from a given Destination. |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.MessageConsumer |
Jms20Support.createConsumer(javax.jms.Session session,
javax.jms.Destination destination,
String messageSelector,
ConsumerType type)
Creates a new JMS
MessageConsumer using the given Session |
javax.jms.MessageConsumer |
JmsSupport.createConsumer(javax.jms.Session session,
javax.jms.Destination destination,
String messageSelector,
ConsumerType type)
Creates a new JMS
MessageConsumer using the given Session |
javax.jms.MessageConsumer |
Jms11Support.createConsumer(javax.jms.Session session,
javax.jms.Destination destination,
String messageSelector,
ConsumerType type)
Creates a new JMS
MessageConsumer using the given Session |
javax.jms.MessageConsumer |
Jms102bSupport.createConsumer(javax.jms.Session session,
javax.jms.Destination destination,
String messageSelector,
ConsumerType type)
Creates a new JMS
MessageConsumer using the given Session |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.