cedricziel / symfony-messenger-pubsub-bundle

Symfony Messenger Bundle 添加 Google Cloud Pub/Sub 支持

资助包维护!
cedricziel

安装: 121

依赖者: 0

建议者: 0

安全: 0

星标: 1

关注者: 3

分支: 1

开放问题: 1

类型:symfony-bundle

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

This package is auto-updated.

Last update: 2024-09-22 21:20:12 UTC


README

此扩展将 cedricziel/messenger-pubsub 集成到 Symfony 应用程序中。

它允许通过 CLI 和 HTTP 端点推送的方式处理 Pub/Sub 消息。

安装

composer require cedricziel/symfony-messenger-pubsub-bundle

配置

使用 pubsub 方案提供有效的 DSN 来配置您的 Symfony Messenger。

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

激活推送路由

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

许可证

MIT