Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages produced by producer are not visible to consumer on other JVM. #27

Open
krishnaprasadas opened this issue Nov 30, 2016 · 1 comment

Comments

@krishnaprasadas
Copy link

Messages produced by producer are not visible to consumer on other JVM.
In real-time consumer, when the producer from other JVM on same machine enqueues data, it is not visible to the live consumer.
We need to restart /re-initialize the queue, by recreating the 'IBigQueue' instance.

Is it the expected behavior ? ie, we can only use BigQueue in single VM.

@ddowling
Copy link

ddowling commented Dec 6, 2016

Noticed the same behavior. Is this expected? Duplicate of #5 . I am working on a forked fix for this at https://github.com/ddowling/bigqueue if anyone is interested in testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants