Code Monkey home page Code Monkey logo

Comments (5)

rustatian avatar rustatian commented on September 21, 2024 1

@janchaloupka ๐Ÿ‘‹
I double-checked everything, this would be problematic to use a amq.default exchange (as the default in the options), since it would require to change a lot inside the plugin. Since the operations like checking for the exchange options on the default exchange are not permitted as well as listening, resuming, pausing, etc. The only permitted operation is pushing, but you can push to any exchange by specifying the exchange name in the push options.
Hence, I have to close your bug-report.

from roadrunner.

janchaloupka avatar janchaloupka commented on September 21, 2024 1

Hello @rustatian, thank you for your fast response. I'm sorry, I must have missed your previous messages directed to me.

Unfortunately I have reached the same conclusion as you did and I agree that that it is not worth the effort.

from roadrunner.

rustatian avatar rustatian commented on September 21, 2024

Hey @janchaloupka ๐Ÿ‘‹
amq.default is a server reserved name. These names are declared on a RabbitMQ (server) side when passing an empty string for the exchange name.
As for the RR, RR's default exchange name is amqp.default, because it can be declared as a non-reserved (amq.* names are reserved) name.

from roadrunner.

rustatian avatar rustatian commented on September 21, 2024

@janchaloupka
But still, your proposal makes sense to me. Might be it would be better to use a pre-declared default exchange. Could you please send a PR with that fix? Will see if the tests are good after that.

from roadrunner.

rustatian avatar rustatian commented on September 21, 2024

But still, if that problem is somehow blocks you from using RR, you may fork this plugin, tune it for your use case and build RR binary with Velox: https://docs.roadrunner.dev/customization/build ๐Ÿ˜ƒ

from roadrunner.

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.