The Basics Of Mqseries - IBM i series Handbook

Eserver
Hide thumbs Also See for i series:
Table of Contents

Advertisement

IBM Licensed Programs: Networking Products
• MQSeries Bindings for Java and support for multithreaded programs to assist in
integrating MQSeries into advanced e-business applications
• The most widely used message-queuing software on the market, with more than 66%
market share
• A copy of Candle Command Center Admin Pac for MQSeries is included with
MQSeries at no additional charge. Candle Command Center Admin Pac for MQSeries
is a selection of Candle Corporation solutions for testing MQSeries applications,
configuring MQSeries networks, and managing MQ-based computing enterprises.
• Used by more than 5,000 customers to solve their business integration issues,
operating in two-thirds of the top 100 North American and European banks, and
installed in 350 out of the top 500 IBM customers.
• EuroReady and Year 2000 ready

The Basics of MQSeries

Supported programming languages and compilers for application development include:
• ILE C/400
• ILE COBOL/400
• ILE RPG/400
• ILE C ++ for iSeries
• IBM Developer Kit for Java
• Visual Age for C++ for iSeries
Application Programs and Messaging
The IBM MQSeries range of products provides application programming services that enable
application programs to communicate with each other using messages and queues. This form
of communication is referred to as commercial messaging . It provides assured, one-time-only
delivery of messages. Using MQSeries means application programs can be, so that the
program sending a message continues processing without having to wait for a reply from the
receiver. If the receiver, or the communication channel to it, is temporarily unavailable, the
message can be forwarded at a later time. MQSeries also provides mechanisms for providing
acknowledgements of messages received.
The programs that comprise an MQSeries application can be running on different computers,
on different operating systems, and at different locations. The applications are written using a
common programming interface known as the Message Queue Interface (MQI), so that
applications developed on one platform can be transferred to another. When two applications
communicate using messages and queues, one application puts a message on a queue, and
the other application retrieves that message from the queue.
672
iSeries Handbook

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents