3 Replies Latest reply on Apr 29, 2011 8:24 AM by wdfink

    Ensure that Queue Property is preserved in Cluster Nodes

    itshrd2getusername

      Hi All,

       

      We have cluster deployment with 2 nodes.When we adding Object(message) to one queue say "X" and then Queue "Y".Then if

      the deployment in on single node then msg "X" is processed first then "y".

      How can we make sure that this order remains same even when we have 2 nodes.So even one message "x" is processed in node1 and message "y" on node2 ,the order is preserved.

       

      Am new to jboss .

      Pseudo code ::

      {

      writeToQueueX("");

      writeToQueueY("");

      }

      Regards,