| Package | Description |
|---|---|
| com.mule.extensions.amqp.api.config | |
| com.mule.extensions.amqp.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 |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AmqpAttributes> |
AmqpConsume.consume(AmqpConfig config,
AmqpTransactionalConnection connection,
String queueName,
String contentType,
String encoding,
QueueDefinition fallbackQueueDefinition,
ConsumerAckMode ackMode,
String consumerTag,
Long maximumWait,
TimeUnit maximumWaitUnit,
boolean createFallbackQueue,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction)
Operation that allows the user to consume a single
AmqpMessage from a given AMQP.Queue. |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.