Skip to content

Comments

Remove unused RabbitMQ/AMQP messenger infrastructure#455

Open
maltehuebner wants to merge 1 commit intomainfrom
remove-rabbitmq-messenger
Open

Remove unused RabbitMQ/AMQP messenger infrastructure#455
maltehuebner wants to merge 1 commit intomainfrom
remove-rabbitmq-messenger

Conversation

@maltehuebner
Copy link
Contributor

Summary

  • Remove symfony/amqp-messenger and symfony/messenger dependencies
  • Delete unused Consumer classes (ValueConsumer, ValueBatchConsumer)
  • Delete unused ValueMessageHandler
  • Remove messenger.yaml configuration
  • Clean up RABBITMQ_URL from environment files

The messenger infrastructure was configured but never actually used — no code was dispatching messages to the queue. This caused connection errors when running console commands.

Test plan

  • Run php bin/console cache:clear without AMQP errors
  • Run php bin/console list to verify commands work
  • Verify application starts without messenger-related errors

🤖 Generated with Claude Code

- Remove symfony/amqp-messenger and symfony/messenger dependencies
- Delete unused Consumer classes (ValueConsumer, ValueBatchConsumer)
- Delete unused ValueMessageHandler
- Remove messenger.yaml configuration
- Clean up RABBITMQ_URL from environment files

The messenger infrastructure was configured but never actually used -
no code was dispatching messages to the queue.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@maltehuebner maltehuebner added dependencies Pull requests that update a dependency file php Pull requests that update Php code AI-generated labels Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI-generated dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant