I have this queue that receives messages with changes to certain customer records.
Messages of the same customer should be processed in a absolute sequential order. Messages
of different customers can be processed parallel.
The whole thing needs to work in a clustered environment.
How can I achieve this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066985#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...