Package com.rabbitmq.client.amqp
Interface Management.ClassicQueueSpecification
- Enclosing interface:
Management
public static interface Management.ClassicQueueSpecification
Specification of a classic queue.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionmaxPriority
(int maxPriority) Declare a priority queue and set the maximum priority.queue()
Go back to the queue specification.version
(Management.ClassicQueueVersion version) Set the version of the classic queue implementation.
-
Method Details
-
maxPriority
Declare a priority queue and set the maximum priority.- Parameters:
maxPriority
- maximum priority- Returns:
- classic queue specification
- See Also:
-
version
Set the version of the classic queue implementation.- Parameters:
version
- implementation version- Returns:
- classic queue specification
- See Also:
-
queue
Management.QueueSpecification queue()Go back to the queue specification.- Returns:
- queue specification
-