Search Wiki:
Project Description
This is a JNI library for MSMQ. It allows Java applications to connect to MSMQ on Windows.

Summary
Many Java applications have the need to connect to MSMQ, for various reasons. For one, MSMQ can serve as a key interop conduit between Java and .NET applications. Outside of interop scenarios, Java applications can take advantage of MSMQ by themselves.

At least initially, this library is going to be pretty basic. Depending on interest, it may grow.
Last edited Feb 6 at 1:21 AM  by Cheeso, version 2
Comments
intltechventures wrote  May 10 at 12:57 AM  
I've recently refactored the project code into an Eclipse project - with an Ant-1.7 build.xml performing the C#, C++, and Java compile/link. I also added an Ant task to generate the javadocs. See the Patches for the zip file I uploaded.

Updating...