i did a bit more investigation into the problem:
1. the jbm_postoffice table contain the correct information
2. the ServerPeer on each node return the correct counters for the subscriber connected to
that node. it does not return the counters for the subscribers on the other node. after a
node restart or topic stop/start the problem goes away.
3. i added an additional trace in MessageCounterManager::registerMessageCounter. the
counter is added to the HashMap.
4. the problem is not resolved by having the subscribers disconnect and re-connect to the
other node in the cluster.
from the look of things the problem seems to indicate a synchronization problem, i.e. the
registering of counters is not propagated correctly in the cluster? is there existing
functionality to perform that synchronization?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260228#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...