Apr 19, 2003 #1 pavan0677 Technical User Feb 16, 2003 9 IN Hi, can any one suggest , how to comunicate with MSMQ from java application with out useing middleware like MQ series. ASAP. pavan kumar.k
Hi, can any one suggest , how to comunicate with MSMQ from java application with out useing middleware like MQ series. ASAP. pavan kumar.k
Apr 19, 2003 #2 palbano Programmer Oct 9, 1998 4,341 US I don’t know what MQ Series has to do with your question. If Microsoft provides a JMS implementation for MSMQ you would use that. If they don’t you would write a C/C++ JNI interface that would allow you to interact with MSMQ from Java. -pete Upvote 0 Downvote
I don’t know what MQ Series has to do with your question. If Microsoft provides a JMS implementation for MSMQ you would use that. If they don’t you would write a C/C++ JNI interface that would allow you to interact with MSMQ from Java. -pete