Possible Duplicate:
Java and MSMQ
I have a windows/C# process written by another group that pumps messages in an xml format into a MS MessageQueue, and would like to be able to read them out with a Java Process. I'm fine with writing native code if necessary, but would really like an all java solution if possible. Any helps/pointers/tips/links are also appreciated.