JMS Java Messaging Series using IBM MQ series
January 15, 2008
1 comment
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

Recent Comments