IBM MQ Administration for Multi-platform (LUW) Environments Training in Finland

  • Learn via: Classroom
  • Duration: 3 Days
  • Price: From €2,340+VAT
We can host this training at your preferred location. Contact us!

This newly restructured and upgraded three-day course is suitable for organisations using all IBM MQ versions up to and including IBM MQ Version 9.
The course covers the operation, administration and support of IBM MQ systems in distributed environments (Linux, Windows and/or Windows). The course teaches the skills required to install, configure and manage an IBM MQ messaging system. It is a 'hands-on' course with several challenging practical exercises.

This course is also available for one-company, on-site presentations and for live presentation over the Internet, via the Virtual Classroom Environment service.

When delivered on-site, the course can be presented using the platform of your choice (i.e. Windows or UNIX or Linux).

Attendees must be familiar with IBM MQ at a conceptual and terminological level. This can be achieved by attending the course Technical Introduction to IBM MQ, or through prior practical experience. Attendees must also have a working knowledge of their Linux, UNIX or Windows environments.

  • define and manage MQ objects such as queues and channels using MQ script commands and the MQ Explorer
  • set up triggered queues
  • establish distributed queuing channels both directly to an adjacent Queue Manager and indirectly through one or more intermediate Queue Managers
  • inspect and process messages on the Queue Manager’s dead letter queue
  • troubleshoot distributed queuing problem
  • implement a basic MQ cluster
  • create connections between an MQ client and an MQ Queue Manager using both an environment variable and a client channel connection table
  • navigate the MQ file system and identify running MQ processes
  • outline the principles of MQ logging and units of work
  • rebuild a damaged queue
  • review the security mechanisms available to the distributed implementations of IBM MQ
  • monitor an MQ system using a range of monitoring tools
  • describe how publish/subscribe differs from traditional point-to-point queuing
  • test a simple publish/subscribe implementation
  • compare the z/OS implementation of IBM MQ with the distributed implementations of IBM MQ.

Basic Messaging Concepts

Islands of information and IBM MQ; What's in a name?; Software layers; IBM MQ features; Wide platform coverage; The MQI - a common application programming interface; Time independent or asynchronous processing; Assured message delivery; Support of different application styles; MQ - some comparisons; Queues; Messages; MQPUT; MQGET; Queue Managers and database managers; A significant difference between queues and database tables...; Messages and queues; Shared queues; The Queue Manager; Basic message structure; Asynchronous messaging; Synchronous messaging; Multiple requesters, one responder; Parallel messaging; Re-using MQ application processes as business objects; Meshed business objects; Remote messaging (distributed queuing); MQ clients.

Configuration - Overview

Overview; Command interfaces; Creating Queue Managers; Starting Queue Managers; Stopping Queue Managers; Deleting Queue Managers; Command interfaces; RUNMQSC; STRMQMADM; PCF commands; Practical session 1 - creating a new default queue manager; IBM MQ object definition; Types of object; The Queue Manager object; The QLOCAL object: MQSGDLVSEQ, sharing, DEFPSIST, DISTL, sample commands; The QMODEL object: usage, sample commands; The QALIAS object: usage, sample commands; The NAMELIST object: usage, sample commands; DISPLAY names or information on queues; The AUTHINFO object; AMQSGET - sample session; Practical session 2 - managing IBM MQ objects.

Configuration - Triggering

Using MQ Explorer; Triggering; Why trigger?; What the Queue Manager does; Objects required for triggering; The initiation queue; The trigger monitor; The process object; Triggering the application queue; triggering: simplified walkthrough, detailed walkthrough; Triggered sample programs; Using the sample programs; Sample session; Practical session 3 IBM MQ triggering.

Distributed Queuing

Basic distributed messaging; Distributed queuing components; Transmission queues; Transmission queue headers; Remote queues; Specifying a transmission queue for a qremote; Message Channel Agents; Configuring channels; Types of channel; Sample MCA definition; Starting channels; The listener; Triggering channels; Channel batches; The Dead Letter Queue; Multi-hopping; Using a default transmission queue; The Queue Manager alias; Multi-hopping using a Queue Manager alias; How a receiving MCA processes incoming messages; Channel exits - security; Secure Sockets Layer (SSL) - 'Handshake'; Queue Manager Secure Sockets Layer (SSL) attributes; Channel attributes Secure Sockets Layer (SSL); Channel exits - message, send and receive; The Message exit; The Send exit; Resolving channel problems; Practical session 4 - configuring distributed queuing; Clustering Queue Managers; Why cluster?; What is a cluster?; Cluster objects; Cluster Queue Manager roles; Defining full repositories; Defining partial repositories; Cluster workload balancing; Overlapping clusters; Practical session 5 - implementing a cluster; The MQ client; Client structure; Client code installation; Client configuration; Queue Manager grouping; Practical session 6 - implementing clients.

Introduction to Clustering

What is an MQ cluster?; What an MQ cluster is not; Cloned application services; Continuous putting; Scalability; Cluster components; Reduced administration; Joining a Queue Manager to a cluster; Definition through use; Disseminating cluster information; Cluster information message contents; Retention of information in repositories; Dynamically created reply to queues; Basic cluster configuration; Cluster administration commands.

SSL

Public key encryption - principle; Public key encryption - capabilities; Digital certificates; Secure Sockets Layer; Authentication and Authorisation; Authentication; Authorisation; The MCAUSER parameter and channel authentication records; Configuring IBM MQ for SSL; IBM Key Management; Key repository location - Queue Managers; Key repository location - Clients; Channel definition parameters for SSL; SSLSIPH; SSLPEER; SSLCAUTH; Secret key reset; Access to Certificate Revocation Lists.

IBM MQ System Management

IBM MQ Architecture; Functional architecture; MQ processes; MQ components; Queue manager manual stop; Manual Queue Manager deletion; MQ directory structure; The MQS.INI file; The QM.INI file; Logging and recovery; Message persistence; Logs; Circular logging; Linear logging; Message recovery; Dumping the log; Transaction support; Syncpoint control; Recovery co-ordination: with manager, without manager; MQ Recovery co-ordination of XA compliant resource manager(s); Accounting: Accounting Messages, Statistics Messages, Display accounting information; Practical session - logging and recovery; Practical session 8 - Statistics and Accounting.

Monitoring MQ

Montioring MQ; Instrumentation events; Types of instumentation event; Accounting and statistics; Application activity trace; mqat.ini example; Real-time monitoring; Real-time monitoring attributes; Displaying real-time monitoring information; Queue and channel monitoring examples; Display route information (dspmqrte); dspmqrte examples.

MQ Security Overview

Introduction to MQ security; Security concepts; Authentication and authorisation; Channel authentication records; Channel access blocking points; Channel authentication examples; Connection authentication; Setting up connection authentication; Channel exits - security; Channel exits - message, send & receive; Access control: the OAM (Object Authority Manager); OAM authorisations; Setmqaut examples; SET AUTHREC examples; Explorer examples; Distributed queuing, user IDs, authorisation and MCAUSER; Advanced Message Security (AMS).

Publish and Subscribe

A classic example; Types of publications; State publications; Event publications; Adding business processes as subscribers; Topic strings and the topic tree; The topic tree and topic objects; The topic tree and authorisation; Defining topics; Displaying topic status; Types of subscription; MQI Extensions; Testing publish/subscribe; Distributed publish/subscribe; Hierarchies and clusters; Proxy subscriptions in clusters.

MQ Versions

WebSphere MQ V7.0.1 Enhancements; WebSphere MQ V7.1 Enhancements; WebSphere MQ V7.5 Enhancements; IBM MQ V8.0 Enhancements; IBM MQ V 9.0 Enhancements.

Comparing Distributed & z/OS

Implementations; Installation; Storage (Distributed); Storage (z/OS); Shared Queues (z/OS); Extra Features; Application Programming; Object definition; Object attributes - Queue Manager; Object Attributes - Queues and Channels; Queue Manager operations; Intercommunication and clusters; Security; Commands; Monitoring; Problem Determination; Backup; High Availability.



Contact us for more detail about our trainings and for all other enquiries!

Upcoming Trainings

Join our public courses in our Finland facilities. Private class trainings will be organized at the location of your preference, according to your schedule.

Classroom / Virtual Classroom
06 elokuuta 2024
Helsinki, Espoo
3 Days
Classroom / Virtual Classroom
16 elokuuta 2024
Helsinki, Espoo
3 Days
Classroom / Virtual Classroom
02 syyskuuta 2024
Helsinki, Espoo
3 Days
Classroom / Virtual Classroom
03 syyskuuta 2024
Helsinki, Espoo
€2,340 +VAT Book Now
Classroom / Virtual Classroom
04 syyskuuta 2024
Helsinki, Espoo
3 Days
Classroom / Virtual Classroom
24 syyskuuta 2024
Helsinki, Espoo
3 Days
Classroom / Virtual Classroom
10 lokakuuta 2024
Helsinki, Espoo
3 Days
Classroom / Virtual Classroom
19 lokakuuta 2024
Helsinki, Espoo
3 Days
IBM MQ Administration for Multi-platform (LUW) Environments Training Course in Finland

Finland is a country located in northern Europe. Helsinki is the capital and largest city of the country. The majority of the people are Finns but there is also a small Lapp population in Lapland, where the country is famous for the Northern Lights. Finland's national languages are Finnish and Swedish.

Known for its vast forests, lakes, and natural beauty, Finland is one of the world's largest producers of forest products, such as paper, pulp, and lumber. One of the world's largest sea fortresses Suomenlinna, Rovaniemi with the "White Nights", dogsled safaris and of course the Northern Lights are what makes Finland so popular for tourists. Finland is one of the best places in the world to see the Northern Lights and attracts millions of tourists during its seasons.

Finland is home to a thriving technology industry and is widely recognized as one of the world's leading technology hubs. Companies such as Nokia and Rovio (creator of the popular game Angry Birds) are based in Finland. Some of the key factors that have contributed to Finland's success in technology include; strong investment in research and development, a highly educated workforce and fundings.

Finland has a strong educational system, and is widely regarded as one of the world's most literate countries. In fact, Finland's literacy rate is one of the highest in the world, and its students consistently perform well in international tests of math and reading ability.

Also, as a pioneer in environmental sustainability, Finland is known for its efforts to reduce its carbon footprint and promote clean energy. This Nordic country is also famous for its unique and distinctive cultural heritage, including its traditional folk music and its elaborate traditional costumes.

Helsinki, Finland's capital city, is the country's business center. Helsinki is Finland's largest city, and it is home to many of the country's major corporations and organizations, including many of the country's leading technology firms. The city is also a commercial, trade, and financial center, as well as one of the busiest ports in the Nordic region.

Take advantage of our diverse IT course offerings, spanning programming, software development, business skills, data science, cybersecurity, cloud computing and virtualization. Our knowledgeable instructors will provide you with practical training and industry insights, delivered directly to your chosen venue in Finland.
By using this website you agree to let us use cookies. For further information about our use of cookies, check out our Cookie Policy.