MSMQ and Java
843830Sep 29 2008 — edited Oct 5 2008hi,
I want to know how to fire o triggers a event when a message is arrived to a MSMQ queue, i mean, i need my app.
reads contents of queue automatically when a new message is arrived to it.
I'm connecting java wit MSMQ, via JNI which i read from:
http://blogs.msdn.com/dotnetinterop/archive/2005/02/28/381735.aspx
There's a way to achive what i want with this interface?
Or could you please, tell me about different options, bridges to connect java with MSMQ.
Regards.