module Agni
Constants
- DEFAULT_CHANNEL_OPTS
- DEFAULT_CONNECTION_OPTS
- DEFAULT_MESSAGE_OPTS
- DEFAULT_PREFETCH
- DEFAULT_PRIORITY
To allow room above and below the default, we put it in the middle
- DEFAULT_QUEUE_OPTS
Enforce durability-by-default at the queue and message level
- DEFAULT_THREADPOOL_SIZE
- PRIORITY_LEVELS
Each logical queue has 10 AMQP queues backing it to support prioritization. Those priorities are numbered 0 (highest) through 9 (lowest).
- VERSION