-
课课程介绍:
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.课程对象: This is an intermediate course designed for experienced business application programmers who need to develop applications that use the messaging and queuing techniques supported by the WebSphere MQ API (MQI).
-
课程大纲:
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