public class AmqpQueueDeclarer extends Object implements AmqpDeclarer
| Constructor and Description |
|---|
AmqpQueueDeclarer(com.rabbitmq.client.Channel channel,
QueueDefinition queueDefinition,
String queueName) |
| Modifier and Type | Method and Description |
|---|---|
void |
declareActive() |
void |
declarePassive() |
boolean |
queueExists() |
public AmqpQueueDeclarer(com.rabbitmq.client.Channel channel,
QueueDefinition queueDefinition,
String queueName)
public void declarePassive()
throws AmqpDeclarationException
declarePassive in interface AmqpDeclarerAmqpDeclarationExceptionpublic void declareActive()
throws AmqpDeclarationException
declareActive in interface AmqpDeclarerAmqpDeclarationExceptionpublic boolean queueExists()
throws IOException
IOExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.