Added PublishEvent listener connection and queue configuration feature

This commit is contained in:
2025-12-31 16:39:48 +04:00
parent 7ae585ae29
commit b677ef5078
11 changed files with 344 additions and 319 deletions

View File

@@ -3,10 +3,11 @@
"description": "A laravel package for events emitting between services using RabbitMQ as message broker.",
"type": "library",
"license": "MIT",
"version": "1.0.1",
"version": "1.1.0",
"keywords": [
"laravel", "rabbitmq", "event", "emit", "microservice",
"pipeline", "data exchanging", "message broker"
"pipeline", "data exchanging", "message", "broker", "php8",
"php", "amqp"
],
"autoload": {
"psr-4": {