How to configure MQ-series ?

Questions by enjoy

Showing Answers 1 - 3 of 3 Answers

lhariPrasad

  • Feb 23rd, 2007
 

For ex., if you want to use ibm mq series,
place the ibm.zip file into your lib folder and just follow the following steps.
1. set the MQEnvironment.hostname,channel, port
2. create an instance of MQQueueManager
3. Get the write Q, and set the options for the Q 

    get the writeQueue as mQManager.accessQueue(writeQname,options_for_write,queue_manager_name)
get the readQueue as mQManager.accessQueue(readQname,options_for_read,queue_manager_name,)
4. create a message MQMessage
5. write into the writeQueue as
     writeQueue.put(writeMessage,writeOptions)

it is simple, on request I can provide some more details.

cheers...hari   

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions