JMS Java Messaging Series using IBM MQ series
JMS – Java Messaging Service, asynchronous in nature, IBM MQ Series is the product used for Message Oriented Middleware. Other products are sonicMQ, ibus. All J2EE application servers come up with builin JMS. The JMS API messages support TextMessage, BYtesMessae, streammessage, objectmessage, map message.
Message, queue.
Message object is a light weight message having only header and properties.
I have used IBM MQ series for sending and receiving message across application servers JMS applications. A typical JMS message will have message header for identification, properties and the body of the message.
Specify the queue manager, put the message in the queue, receive the message from the queue.
- posted by madhuri chopurala



Hi Madhuri.
I need to quickly implement a solution of
sending messgaes to MQ. I have never worked
with JMS. Can you provide more details/ steps
as to how it shd be done using ibm mq apis.
-Pankaj
Pankaj
April 30, 2008