@MessageBundle(projectCode="SRMSG",
length=5)
public interface RabbitMQExceptions
| Modifier and Type | Field and Description |
|---|---|
static RabbitMQExceptions |
ex |
static final RabbitMQExceptions ex
@Message(id=16001,
value="Expecting downstream to consume without back-pressure")
IllegalStateException illegalStateConsumeWithoutBackPressure()
@Message(id=16002,
value="Invalid failure strategy: %s")
IllegalArgumentException illegalArgumentInvalidFailureStrategy(String strategy)
@Message(id=16003,
value="AMQP Connection disconnected")
IllegalStateException illegalStateConnectionDisconnected()
@Message(id=16004,
value="Unknown failure strategy: %s")
IllegalArgumentException illegalArgumentUnknownFailureStrategy(String strategy)
@Message(id=16005,
value="Only one subscriber allowed")
IllegalStateException illegalStateOnlyOneSubscriberAllowed()
@Message(id=16006,
value="The value of max-inflight-messages must be greater than 0")
IllegalArgumentException illegalArgumentInvalidMaxInflightMessages()
@Message(id=16007,
value="If specified, the value of default-ttl must be greater than or equal to 0")
IllegalArgumentException illegalArgumentInvalidDefaultTtl()
@Message(id=16008,
value="If specified, the value of queue.ttl must be greater than or equal to 0")
IllegalArgumentException illegalArgumentInvalidQueueTtl()
Copyright © 2018–2021 SmallRye. All rights reserved.