Skip to content

Create queues and exchanges on by default demand, not automatically. Add console command to declare all at once #15

@31vi5

Description

@31vi5

In current version, queues and exchanges are by default automatically declared on every interaction. This can be overridden by setting autoCreate: false on queues and exchanges.

Proposition is to have default value of autoCreate: false and creating console command to create all queues and exchanges. The console command is intended to be ran during the deploy process to create missing queues/exchanges according to configs while the code that's executed during producing and consuming messages will by default behave more efficiently.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions