If the dequeue count is staying at 0, then this isn't a performance
problem, and you can ignore that portion of my earlier email in this
thread.
It sounds like something's not right, either with your code or with ours.
Can you please post the consumer code you're using, so we can see if
there's an
When I tried multithreaded (processing parallel) the subscriber is not
logging any receipt. That made me affectively conclude it is not processing
any messages. However, when I tried single thread (serial processing) I can
see the subscriber is updating the log; so I know it is receiving the
messag
When this happens with your real-world server (in the morning or the middle
of the night), are you experiencing network partitions that result in the
subscriber really truly being offline for some period of time? If so, you
completely left that out of your initial description, and it means tha