public class AmqArguments extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AmqArguments.Overflow |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEAD_LETTER_EXCHANGE_KEY |
static String |
DEAD_LETTER_ROUTING_KEY_KEY |
static String |
MAX_PRIORITY_KEY |
static String |
MESSAGE_TTL_KEY |
static String |
OVERFLOW_KEY |
static String |
QUEUE_MAX_LENGTH_BYTES_KEY |
static String |
QUEUE_MAX_LENGTH_KEY |
| Constructor and Description |
|---|
AmqArguments(Map<String,Object> arguments) |
| Modifier and Type | Method and Description |
|---|---|
static AmqArguments |
empty() |
Optional<ReceiverPointer> |
getAlternateExchange() |
Optional<ReceiverPointer> |
getDeadLetterExchange() |
Optional<String> |
getDeadLetterRoutingKey() |
Optional<Long> |
getMessageTtlOfQueue() |
AmqArguments.Overflow |
overflow() |
Optional<Integer> |
queueLengthBytesLimit() |
Optional<Integer> |
queueLengthLimit() |
Optional<Short> |
queueMaxPriority() |
public static final String DEAD_LETTER_EXCHANGE_KEY
public static final String DEAD_LETTER_ROUTING_KEY_KEY
public static final String MESSAGE_TTL_KEY
public static final String QUEUE_MAX_LENGTH_KEY
public static final String QUEUE_MAX_LENGTH_BYTES_KEY
public static final String OVERFLOW_KEY
public static final String MAX_PRIORITY_KEY
public static AmqArguments empty()
public Optional<ReceiverPointer> getAlternateExchange()
public Optional<ReceiverPointer> getDeadLetterExchange()
public AmqArguments.Overflow overflow()
Copyright © 2022. All rights reserved.