cedricziel/symfony-messenger-pubsub-bundle

Symfony Messenger Bundle adding Google Cloud Pub/Sub support

Maintainers

Package info

github.com/cedricziel/symfony-messenger-pubsub-bundle

Type:symfony-bundle

pkg:composer/cedricziel/symfony-messenger-pubsub-bundle

Fund package maintenance!

cedricziel

Statistics

Installs: 121

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

dev-main 2021-05-22 13:19 UTC

This package is auto-updated.

Last update: 2026-02-23 00:32:06 UTC


README

This bundle wires cedricziel/messenger-pubsub in a Symfony application.

It enables working Pub/Sub messages through the CLI and via push to an HTTP endpoint.

Installation

composer require cedricziel/symfony-messenger-pubsub-bundle

Configuration

Configure your Symfony Messenger by supplying a valid DSN using the pubsub scheme.

MESSENGER_TRANSPORT_DSN=pubsub://my-google-cloud-project/my-pubsub-topic?subscription=my-subscription

Activate the push routes:

_pubsub_push:
  resource: '@GoogleCloudPubSubMessengerBundle/Resources/config/routes.xml'
  prefix: /

License

MIT