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 ?

[404 byte] By [Saurabh_Deloittea] at [2007-11-27 5:27:53]
# 1
You would configure MQ binding in your WSDL. The WSDL could then be implemented as a Java EE Service Engine Session EJB in Glassfish. You wouldn't need to call any MQ or messaging API at all.
Johan_Eltesa at 2007-7-12 14:49:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...