Giter Club home page Giter Club logo

Comments (4)

videlalvaro avatar videlalvaro commented on September 27, 2024

As per the README:

Every time a queue is bound to the exchange it delivers that last 20 messages to them.

So only during queue.bind a queue will receive messages from the history

from rabbitmq-recent-history-exchange.

ethagnawl avatar ethagnawl commented on September 27, 2024

Thanks for the prompt response! However, I'm still not seeing the behavior as described, so any suggestions would be greatly appreciated.

To expand on the above:

So only during queue.bind a queue will receive messages from the history

Unless this is intended to be only the first time a queue ever binds (which doesn't seem to be the case), I'm not seeing this behavior.

If my client goes down and then re-subscribes using the same queue name (e.g. "queue-1") once it comes back online, it does not receive the history. If it re-subscribes using a dynamic queue name (e.g. "queue-1-18"), it does receive the history.

from rabbitmq-recent-history-exchange.

videlalvaro avatar videlalvaro commented on September 27, 2024

queue.bind is idempotent at protocol level, so if the binding is there, the
second time the command is kinda ignored.
On Thu, Nov 19, 2015 at 1:54 PM Pete Doherty [email protected]
wrote:

Thanks for the prompt response! However, I'm still not seeing the behavior
as described, so any suggestions would be greatly appreciated.

To expand on the above:

So only during queue.bind a queue will receive messages from the history

Unless this is intended to be only the first time a queue ever binds
(which doesn't seem to be the case), I'm not seeing this behavior.

If my client goes down and then re-subscribes using the same queue name
(e.g. "queue-1") once it comes back online, it does not receive the
history. If it re-subscribes using a dynamic queue name (e.g.
"queue-1-18"), it does receive the history.


Reply to this email directly or view it on GitHub
#16 (comment)
.

from rabbitmq-recent-history-exchange.

ethagnawl avatar ethagnawl commented on September 27, 2024

Good to know. Thanks! 👍

from rabbitmq-recent-history-exchange.

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.