Code Monkey home page Code Monkey logo

queue-amqp's Introduction

Yii Queue AMQP Adapter


AMQP adapter based on php-amqplib package for Yii Queue.

Latest Stable Version Total Downloads Build status Scrutinizer Code Quality Code Coverage static analysis Mutation testing badge type-coverage

Requirements

  • PHP 8.1 or higher.

Installation

The preferred way to install this extension is through composer.

Either run

composer require yiisoft/queue-amqp

or add

"yiisoft/queue-amqp": "dev-master"

to the require section of your composer.json file.

Documentation

Support the project

Open Collective

Follow updates

Official website Twitter Telegram Facebook Slack

License

The Yii Queue AMQP Adapter is free software. It is released under the terms of the BSD License. Please see LICENSE for more information.

Maintained by Yii Software.

queue-amqp's People

Contributors

arhell avatar dependabot[bot] avatar devanych avatar fantom409 avatar nikserg avatar romkatsu avatar s1lver avatar samdark avatar sankaest avatar stylecibot avatar terabytesoftw avatar viktorprogger avatar vjik avatar xepozz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

queue-amqp's Issues

undefined method getName()

hi
i see a bug in vendor/yiisoft/yii-queue-amqp/src/MessageSerializer.php line 24
this line use
$message->getName(),
but this method not found in vendor/yiisoft/yii-queue/src/Message/MessageInterface.php interface
just exist getHandlerName() method
please fix it
thank you

Add ability to set message headers

AMQP protocol allows to set message headers. Let's discuss necessity of adding this ability to the package.
Plus: it's very handy to store some metadata like metrics.
Minus: it's AMQP-specific feature, not available in other queue adapters.

Create exceptions

Create own package's exception classes extending friendly-exceptions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.