| Package | Description |
|---|---|
| com.mulesoft.connectors.ibmmq.api.ack | |
| com.mulesoft.connectors.ibmmq.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static ConsumerAckMode |
ConsumerAckMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsumerAckMode[] |
ConsumerAckMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MQOperations.consume(IBMMQConfiguration config,
org.mule.jms.commons.internal.connection.JmsTransactionalConnection connection,
String destination,
MQConsumerType consumerType,
ConsumerAckMode ackMode,
String selector,
MediaTypeOverridingParameters mediaTypeOverriding,
Long maximumWait,
TimeUnit maximumWaitUnit,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> completionCallback)
Operation that allows the user to consume a single
Message from a given Destination. |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.