Java and MSMQ

前端 未结 5 997
梦如初夏
梦如初夏 2020-12-06 10:25

I was curious if anyone had any suggestions on a Java library that provides access to MSMQ? I\'ve downloaded the trial of the J-Integra Java-COM library and have built and

5条回答
  •  孤街浪徒
    2020-12-06 10:51

    I am author of jni4net, open source intraprocess bridge between JVM and CLR. It's build on top of JNI and PInvoke. No C/C++ code needed. I hope it will help you.

提交回复
热议问题