Uses of Class
com.github.fridujo.rabbitmq.mock.configuration.QueueDeclarator
-
Packages that use QueueDeclarator Package Description com.github.fridujo.rabbitmq.mock.configuration -
-
Uses of QueueDeclarator in com.github.fridujo.rabbitmq.mock.configuration
Methods in com.github.fridujo.rabbitmq.mock.configuration that return QueueDeclarator Modifier and Type Method Description static QueueDeclaratorQueueDeclarator. dynamicQueue()static QueueDeclaratorQueueDeclarator. queue(String queueName)QueueDeclaratorQueueDeclarator. withDeadLetterExchange(String deadLetterExchange)QueueDeclaratorQueueDeclarator. withDeadLetterRoutingKey(String deadLetterRoutingKey)QueueDeclaratorQueueDeclarator. withMaxLength(int maxLength)QueueDeclaratorQueueDeclarator. withMaxLengthBytes(int maxLengthBytes)QueueDeclaratorQueueDeclarator. withMaxPriority(int maxPriority)QueueDeclaratorQueueDeclarator. withMessageTtl(long messageTtlInMs)QueueDeclaratorQueueDeclarator. withOverflow(AmqArguments.Overflow overflow)
-