Read and Write to MSMQ
923745Mar 14 2012 — edited Mar 22 2012I want to write a simple java program which wtires to and reads from a microsoft message queue (MSMQ). I tried to write one program using an API called 'Sun Adapter for MSMQ API '. My questions are: 1) whether I can use this API to do the read and write operations for an indipendent java program. 2) If so, how to write and then read an xml message from the queue.
Thanks,
Arun