Integrating Java with MQ.
My program requirement is that I should be able to insert and delete the messages in the Websphere Message Queue (MQ) through pure Java code . This MQ is used in the MiddleWare Technologies to read and write into the XML file .
Then I will be using RFHUtil to check whether the message is inserted or not in the MQ.
So Could you please tell me APIs to do so and the hint for doing so ?

