2

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.

Community
  • 1
  • 1
Kylar
  • 8,876
  • 8
  • 41
  • 75

1 Answers1

1

This page seems to have the subject covered.

Jim Blizard
  • 4,255
  • 28
  • 37
  • Excellent. Checking it out now. – Kylar Feb 08 '10 at 17:18
  • 1
    That solution is specific for a CAPS server. Was hoping for something more generic and stand alone. +1 though for getting me on the right track. – Kylar Feb 08 '10 at 17:25