This course is not scheduled. Inquire about Onsite training at your facility.
Overview
| Course code | VM501 | Skill level | Intermediate |
|---|---|---|---|
| Duration | 3.0 days | Delivery type | Instructor Led - Online Training
(Hands-on labs) |
| Course type | Public or Private on-site | ||
| Public price | USD $1,800.00 plus tax |
An updated version of this course is available. For more information, click IBM WebSphere MQ V7.5 Application Development (using Windows for labs) (VM504).
PLEASE NOTE: This course is also available as an Instructor Led Class, IBM WebSphere MQ V7 Application Development (using Windows for labs) (WM501) and also as a Self Paced Virtual Course (E-Learning), IBM WebSphere MQ V7 Application Development (Windows Labs) (Self-Paced) (ZM501).
Please note this option does not require any travel.
This 3-day instructor-led intermediate course teaches technical professionals how to design and write business programs using WebSphere MQ.
In this course, students learn how to issue calls that utilize the WebSphere MQ API (MQI), and how to code and use calls to perform various functions, such as opening and closing queues and putting messages on or retrieving messages from a queue. Students also learn other important topics such as controlling message retrieval, writing programs that change queue attributes, handling MQI security, and managing message channels.
Hands-on lab exercises give students the opportunity to practice coding WebSphere MQ calls in either COBOL or C using WebSphere MQ V7. Students may elect to perform lab exercises under Windows, AIX, or z/OS.
This course can also help students prepare for certification as a WebSphere MQ solutions designer.
Students who would like to learn how to design and develop WebSphere MQ V7 publish/subscribe applications should take WebSphere MQ V7 Publish/Subscribe Implementation (WM510) or (VM510).
For information on other related WebSphere courses, visit the WebSphere Education Training Paths Web site:
View this course in other countries
Training Paths that reference this course are:
Audience
This is an intermediate course for experienced business application programmers who need to develop applications that use the messaging and queuing techniques supported by the WebSphere MQ API (MQI).
Prerequisites
Students should:
- Complete course Technical Introduction to WebSphere MQ (WM100) or (VM100)
- Have a basic understanding of the messaging and queuing model and how the model is implemented in WebSphere MQ
Students should also have experience with designing business application programs and developing application programs in one of the procedural programming languages supported by WebSphere MQ.
Skills taught
- Describe and use the MQI
- Design and write programs that use the MQI as implemented on Windows, AIX, or z/OS
- Explain the differences in program design necessitated by the messaging and queuing paradigm
- Describe MQI calls in detail
- Explain the differences in using the MQI across the different WebSphere MQ platforms
- Design and write programs that use the following advanced features of the MQI:
- Security
- Message groups and segmentation
- Distribution lists
Course outline
- Overview
- Exercise: Working with IBM WebSphere MQ objects
- Major calls - housekeeping
- Major call - MQPUT
- Exercise: Message creation: MQPUT
- Opening queues, message descriptor and message properties
- Major calls - MQGET and MQPUT1
- Exercise: Working with messages: TRANSFER
- Controlling message retrieval
- Exercise: Dynamic queue and managing messages: REQUEST
- Exercise: Message properties: SETPROP and GETPROP
- MQI security
- MQINQ and MQSET
- Exercise: Working with queue attributes: MQINQ and MQSET
- Transaction support and triggering
- Exercise: Units of work: RESPOND and triggering MQTMCGET
- Message groups and segmentation
- Asynchronous message consume
- Exercise: Asynchronous consume: MQCB and MQCTL