Skip to content

QueueType

faststream.rabbit.schemas.QueueType #

Bases: str, Enum

Queue types for RabbitMQ.

Enum should be lowercase to match RabbitMQ API.

CLASSIC class-attribute instance-attribute #

CLASSIC = 'classic'

QUORUM class-attribute instance-attribute #

QUORUM = 'quorum'

STREAM class-attribute instance-attribute #

STREAM = 'stream'