This content has been marked as final.
Show 2 replies
-
1. Re: Why is not message in a queue redistributed to another node in cluster?
dgrove_redhat.com Jan 24, 2014 2:48 PM (in response to jan.novak)Messages can, don't don't always, move between nodes. For example, there is a configuration parameter "PrefetchSize" on the connection factory that tells the factory how many messages to cache in memory. A message that has been prefetched will not move between nodes.
-
2. Re: Why is not message in a queue redistributed to another node in cluster?
jan.novak Jan 26, 2014 4:14 PM (in response to dgrove_redhat.com)Thanks a lot for the suggestion, Doug!
I have checked and indeed the prefetch size is set. I will try to repeat the scenario with having this in mind and verify with more messages than the prefetch size.