public interface AmqpMessageConsumer
| Modifier and Type | Method and Description |
|---|---|
AmqpMessage |
consume()
Consume message from an amqp queue
|
AmqpMessage |
consume(String correlationId)
Consume message from an amqp queue with a correlation Id.
|
AmqpMessage consume() throws IOException, InterruptedException
IOException - IOException occurred during the consumption.InterruptedException - Interruption occurred during the consumption.AmqpMessage consume(String correlationId) throws IOException, InterruptedException
IOException - IOException occurred during the consumption.InterruptedException - Interruption occurred during the consumption.Copyright © 2025 MuleSoft, Inc.. All rights reserved.