开发者

Can a Java process read from a MS MessageQueue? [duplicate]

开发者 https://www.devze.com 2022-12-19 18:47 出处:网络
This question already has answers here: Closed 12 years ago. Possible Duplicate: Java and MSMQ I have a windows/C# process written by another group that pumps messages in an xml format i
This question already has answers here: Closed 12 years ago.

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.


This page seems to have the subject covered.

0

精彩评论

暂无评论...
验证码 换一张
取 消