Skip to content

Queue

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

Bases: BaseModel

A class to represent a queue.

ATTRIBUTE DESCRIPTION
name

name of the queue

durable

indicates if the queue is durable

exclusive

indicates if the queue is exclusive

autoDelete

indicates if the queue should be automatically deleted

vhost

virtual host of the queue (default is "/")

name instance-attribute #

name

durable instance-attribute #

durable

exclusive instance-attribute #

exclusive

autoDelete instance-attribute #

autoDelete

vhost class-attribute instance-attribute #

vhost = '/'