symfony messenger

This commit is contained in:
hakutaku
2025-09-21 16:19:41 +03:00
parent 6e19d8a002
commit 97441b9662
12 changed files with 757 additions and 236 deletions

20
.dev/rabbitmq.conf Normal file
View File

@@ -0,0 +1,20 @@
## Networking
listeners.tcp.default = 5672
listeners.tcp.1 = 127.0.0.1:5672
## Management Plugin
management.tcp.port = 15672
management.tcp.ip = 127.0.0.1
## Authentication and Authorization
auth_mechanisms.1 = PLAIN
auth_mechanisms.2 = AMQPLAIN
default_user = guest
default_pass = guest
## Logging
log.console = true
## Resource Limits
vm_memory_high_watermark.relative = 0.4
disk_free_limit.relative = 1.0