Package | Description |
---|---|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
Modifier and Type | Method and Description |
---|---|
AMQImpl.Queue.DeclareOk |
ChannelN.queueDeclare(String queue,
boolean durable,
boolean exclusive,
boolean autoDelete,
Map<String,Object> arguments)
Public API - Declare a queue
|
AMQImpl.Queue.DeclareOk |
ChannelN.queueDeclarePassive(String queue)
Public API - Declare a queue passively; i.e., check if it exists.
|
Modifier and Type | Method and Description |
---|---|
Object |
AMQImpl.MethodVisitor.visit(AMQImpl.Queue.DeclareOk x) |
Object |
AMQImpl.DefaultMethodVisitor.visit(AMQImpl.Queue.DeclareOk x) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.