public class AmqpCodes extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESS_REFUSED
Implise that you've been refused access.
|
static int |
ALREADY_EXISTS
The client attempted to create an entity which already exists.
|
static int |
IN_USE
The client attempted to delete an entity which is currently being used.
|
static int |
INVALID_ARGUMENT
The client provided an argument which the server did not recognise, eg.
|
static int |
INVALID_ROUTING_KEY
The client attempted to use an invalid routing key.
|
static int |
NO_ROUTE
The message is being sent to a destination that does not exist.
|
static int |
NOT_ALLOWED
The client attempted an operation which it does not have permission for.
|
static int |
NOT_CONSUMERS
The message is marked as immediate delivery, but no consumers are able to recieve the message at this time.
|
static int |
NOT_FOUND
The client attempted an operation on an entity which does not exist.
|
static int |
REQUEST_TIMEOUT
The requested operation could not be completed in time.
|
static int |
UNSUPPORTED_PROTOCOL_VERSION
The server does not support the requested AMQP version.
|
| Constructor and Description |
|---|
AmqpCodes() |
public static final int NO_ROUTE
public static final int NOT_CONSUMERS
public static final int ACCESS_REFUSED
public static final int NOT_FOUND
public static final int ALREADY_EXISTS
public static final int IN_USE
public static final int INVALID_ROUTING_KEY
public static final int REQUEST_TIMEOUT
public static final int INVALID_ARGUMENT
public static final int NOT_ALLOWED
public static final int UNSUPPORTED_PROTOCOL_VERSION
Copyright © 2025 MuleSoft, Inc.. All rights reserved.