public static class AMQP.Queue extends AbstractMarshallingClass
Modifier and Type | Class and Description |
---|---|
static class |
AMQP.Queue.Bind
This method binds a queue to an exchange.
|
static class |
AMQP.Queue.BindOk
This method confirms that the bind was successful.
|
static class |
AMQP.Queue.Declare
This method creates or checks a queue.
|
static class |
AMQP.Queue.DeclareOk
This method confirms a Declare method and confirms the name of the queue,
essential for automatically-named queues.
|
static class |
AMQP.Queue.Delete
This method deletes a queue.
|
static class |
AMQP.Queue.DeleteOk
This method confirms the deletion of a queue.
|
static class |
AMQP.Queue.Purge
This method removes all messages from a queue which are not awaiting
acknowledgment.
|
static class |
AMQP.Queue.PurgeOk
This method confirms the purge of a queue.
|
static class |
AMQP.Queue.Unbind
This method unbinds a queue from an exchange.
|
static class |
AMQP.Queue.UnbindOk
This method confirms that the unbind was successful.
|
Modifier and Type | Field and Description |
---|---|
static int |
INDEX |
static String[] |
methodnames |
static int[] |
mids |
logger
Constructor and Description |
---|
Queue() |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName(int id) |
private static int |
getPosition(int id) |
String |
toString() |
read
public static final int INDEX
public static final int[] mids
public static final String[] methodnames
private static int getPosition(int id)
public String getMethodName(int id)
getMethodName
in class AbstractMarshallingClass
Copyright © 2023 ScalAgent D.T.. All rights reserved.