Giter Site home page Giter Site logo

Comments (8)

michaelklishin avatar michaelklishin commented on May 20, 2024

Not only they don't display the tag, they also don't work as they should ;)

Thanks for reporting this!

from amqplib.

dizzus avatar dizzus commented on May 20, 2024

You welcome. Btw, I think the similar problems may occur with other exchange/queue arguments. For example: deadLetterExchange - I have a huge suspicion it's not gonna work as expected too. Why not simply pass user-supplied 'arguments' object as is?

from amqplib.

michaelklishin avatar michaelklishin commented on May 20, 2024

I'm not familiar enough with the codebase to tell but perhaps the idea is to mass-convert keys right before sending the method? I agree that arguments should probably be accepted as is. This way all new arguments-based features can be used without client modifications.

from amqplib.

dizzus avatar dizzus commented on May 20, 2024

Absolutely. Arguments are supposed to be used for vendor-specific extensions, so they should be left alone and passed as is.

from amqplib.

squaremo avatar squaremo commented on May 20, 2024

Yep, that's me tricking myself by trying to be too clever.

Why not leave these things in an arguments table? Mainly because I wanted a consistent API which included RabbitMQ extensions, and explaining why some things go in options and some things go in a field called arguments in options is awkward.

from amqplib.

michaelklishin avatar michaelklishin commented on May 20, 2024

@squaremo so, how do you want it to work?

from amqplib.

squaremo avatar squaremo commented on May 20, 2024

@michaelklishin Extensions get aliases in options (as it is now, but working properly[1]). arguments is still one of the options where it appears in the protocol.

One snag is what to do if something appears both in options and options.arguments, but I think the main thing is to be consistent.

I'll fix up [1] this afternoon.

from amqplib.

squaremo avatar squaremo commented on May 20, 2024

Fixed in 3749c66 I believe.

One snag is what to do if something appears both in options and options.arguments

Anything supplied in the arguments field is superseded by a value passed as an option (by being shadowed; I no longer mutate the value passed in as arguments, which was naughty)

from amqplib.

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.