You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: