-
1. Re: Consumer acknowledge take a long time when set blockOnAcknowledge to true
touwang Mar 14, 2016 6:27 AM (in response to touwang)Another strange thing, I start a HornetQ server on another machine, the issue doesn't exist. And when I ping the two machine, the response time doesn't have much difference.
And on my original test(on the slow acknowledge response server), the producer is very quick in sending messages. Why the sending message process is quick and consumer acknowledge message process is so slow while they are both blocking process?
-
2. Re: Consumer acknowledge take a long time when set blockOnAcknowledge to true
jbertram Mar 14, 2016 11:18 AM (in response to touwang)Why the sending message process is quick and consumer acknowledge message process is so slow while they are both blocking process?
I don't know.
Can you provide a reproducible test-case for this?
-
3. Re: Consumer acknowledge take a long time when set blockOnAcknowledge to true
touwang Mar 18, 2016 3:16 AM (in response to jbertram)Thanks for your reply, it's only a normal test case, and I can't reproduce it now...I assume it's a network issue.
Will update this if the issue happens again.