ujwaldhakal/messenger 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ujwaldhakal/messenger

最新稳定版本:v1.0.1

Composer 安装命令:

composer require ujwaldhakal/messenger

包简介

Bundle that helps to trace symfony messenger's async messages

README 文档

README

This bundle helps you to setup opentracing on the Symfony Messenger out of the box without any configs. This is just an addon for the OpentracingBundleCore.

If you are using Messenger for async messages no matter how many async messages you have inside message, it will trace them by modifying your messages before it gets processed. The way it modifies them is by using leveraging the Symfony Messenger Events.

Installation

  • Run composer require ujwaldhakal/symfony-opentracing-messenger
  • Import bundle on your bundles.php with
  Auxmoney\OpentracingBundle\OpentracingBundle::class => ['all' => true],
  Ujwaldhakal\OpentracingMessengerBundle\MessengerBundle::class => ['all' => true]

For more info visit:

https://github.com/auxmoney/OpentracingBundle-core

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-09