Code Monkey home page Code Monkey logo

Comments (5)

bschmitt avatar bschmitt commented on July 22, 2024

Sorry for the late reply, was on vacation.

Not sure if I understood it correctly, do you want to create a queue which contains messages of multiple routing keys?

Regarding the RPC, I've already played around with it but hadn't time to merge it into the repo.

from laravel-amqp.

anedisi avatar anedisi commented on July 22, 2024

yes i wanted to bind a queue to multiple routing keys. that was fairly easy to implement.
also the ability to "subscribe" to some routing keys.

i have created the "listener". the listener is basically this https://www.rabbitmq.com/tutorials/tutorial-five-python.html

sorry i have already implemented those and rpc in my project.

from laravel-amqp.

souzavitor avatar souzavitor commented on July 22, 2024

I think it would be nice to create a way to consume more than one "routing_key".

Something like this:

Amqp::listen(
    ['routing-warning-log', 'routing-error-log'],
    $callback
);

We can find some examples here:
https://www.rabbitmq.com/tutorials/tutorial-four-php.html
https://www.rabbitmq.com/tutorials/tutorial-five-php.html

from laravel-amqp.

aqkhan avatar aqkhan commented on July 22, 2024

Have you added RPC support ?

from laravel-amqp.

stevenklar avatar stevenklar commented on July 22, 2024

@aqkhan #9

from laravel-amqp.

Related Issues (20)

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.