views:

42

answers:

2

Hi, How to extract messages from MQ(message queue)? Message format in my requirement is String type. Please advice some sites.

+1  A: 

Have you tried: Connect MQ using Java ?

There are also many IBM materials about Websphere MQ. Start with Using Java

I think you must give us more details about problems. Which version of Websphere MQ do you have? What platform? Is it local to your machine? Have you read manual and set QM_APPLE and QM_ORANGES queues? Which Java interface do you want to use: JMS or native?

Michał Niklas
@Michal.. I am new to this one.can you assist me on this.
Manu
@Michal.. i tried "Connect MQ using Java" . not able to understand completely. and also there is no main class.could you please tell me how to run it.
Manu
Have you read fine IBM manuals about Websphere MQ and have you completed their tutorial? I started with it and nice Python classes, then I tried to use it with my Java application.
Michał Niklas
+1  A: 

Look at this link, it is full of MQ sample code for Java.

Romain Hippeau