Giter Site home page Giter Site logo

Comments (3)

cressie176 avatar cressie176 commented on June 14, 2024

Hi @Ibrahimtrrc

I wasn't aware that you could subscribe to messages that match only a specific type. It would surprise me since routing is normally the responsibility of the exchange and queue binding. In fact, the RabbitMQ documentation explicitly states that the message type is ignored by the broker.

The type property on messages is an arbitrary string that helps applications communicate what kind of message that is. It is set by the publishers at the time of publishing. The value can be any domain-specific string that publishers and consumers agree on.

RabbitMQ does not validate or use this field, it exists for applications and plugins to use and interpret.

Is it possible you are confusing this feature for header exchanges or a non AMQP specific feature that is implemented by another library?

If you really need this feature, then you could implement it easily enough by writing subscriber that took a map of message types to handlers, however I wouldn't recommend it - you get a lot more power & visibility routing messages to different queues and binding a consumer to the queues individually.

from rascal.

Ibrahimtrrc avatar Ibrahimtrrc commented on June 14, 2024

Hi @cressie176 ,
yes it's possible that i am confused.
Actually i was using rabbot which is using amqplib.
But rabbot is not maintained and has some performance leaks on publish.

The solution you propose can't fit my context. I have 2 stages of routing. and i cant have one queue per message type. It will be too much ( more than 10 000 ) but if i use routing Key + message type i turn around 150 queues.

from rascal.

Ibrahimtrrc avatar Ibrahimtrrc commented on June 14, 2024

I'll close this issue as you responded to my question.

Thanks for your availability

from rascal.

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.