Code Monkey home page Code Monkey logo

Comments (2)

haggy avatar haggy commented on August 22, 2024

More context in case it helps; What I ultimately would like to do is have some kind of Round Robin load balancing across multiple RMQ instances. For example, if there are instances at 192.168.1.10 and 192.168.1.11, I want to be able to load balance across both equally (if I have 50 messages, I want 25 to go onto each RMQ instance). It doesn't look like I can do that out of the box so I am trying to dissect this and configure it appropriately.

from op-rabbit.

timcharper avatar timcharper commented on August 22, 2024

Hi @haggy , just reading your question now.

qos is purely a RabbitMQ server concern; op-rabbit passes it to the server and the server manages it.

https://www.rabbitmq.com/consumer-prefetch.html

Using the value to limit concurrent messages processed on an instance will help to support an even distribution of messages by time-to-process messages, but I'm not aware of a built-in mechanism which will provide even round-robin delivery. (there is a plugin that could help with it, though, which allows you to create a round-robin exchange that delivers messages evenly amongst bound queues).

from op-rabbit.

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.