[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Changes on the JBM stack on JBoss5
bstansberry@jboss.com
do-not-reply at jboss.com
Fri Nov 7 10:54:22 EST 2008
This specific case uses 3 peers connecting two channels each, with the channels not sharing a transport. One is UDP, one is TCP.
My recommendation is to ignore the 2 channel part, since they are not using a shared transport. So, test multiple peers (i.e. > 2) with a UDP config matching the "jbm-control" config shown at http://viewvc.jboss.org/cgi-bin/viewvc.cgi/messaging/branches/Branch_1_4/tests/etc/server/default/deploy/mock-channelfactory-stacks.xml?revision=5284&view=markup
The call pattern is connect, then getState.
Recommend isolating the problem using that setup; once that is done testing can be expanded to include permutations like connect+state transfer and shared transport.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187763#4187763
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187763
More information about the jboss-dev-forums
mailing list