Skip to content

Queue

faststream.asyncapi.schema.bindings.amqp.Queue #

Bases: BaseModel

A class to represent a queue.

autoDelete instance-attribute #

autoDelete: bool

durable instance-attribute #

durable: bool

exclusive instance-attribute #

exclusive: bool

name instance-attribute #

name: str

vhost class-attribute instance-attribute #

vhost: str = '/'