Brief Technical Introduction

Regression

Regression is a type of supervised learning in machine learning where the goal is to predict a continuous target variable based on one or more input variables, also called features. It is a very important topic in statistics and machine learning, with a wide range of applications such as finance, marketing, and science. The basic …

Regression Read More »

Introduction to IBM MQ – Part 3

Introduction to IBM MQ Part 3 MQ Objects : Queue Manager, Queues and Channels IBM MQ provides three primary interfaces for managing MQ queue managers and MQM resources such as queues, processes, namelists, and channels. MQ script commands (MQSC) and MQ control commands are command-line interfaces that used to create and modify queue managers and …

Introduction to IBM MQ – Part 3 Read More »

Introduction to IBM MQ – Part 2

Introduction to IBM MQ Part 2 MQ Object Naming Conventions Some of the rules for naming MQ objects such as queue managers and queues are given below : Names of the MQ objects listed below are limited to 48 characters. Queue managers, Queues, Process definitions, Namelists, Clusters, Listeners, Services, Authentication information objects and Topics and subscriptions MQ …

Introduction to IBM MQ – Part 2 Read More »

An Introduction to IBM MQ

Introduction to IBM MQ Part 1 What is IBM MQ ? IBM MQ is a message oriented middleware that can transport any type of data as messages. Enables businesses to build flexible, reusable architectures such as service oriented architecture (SOA) environments or microservice architecture environments. It provides a reliable “store-and-forward” transport for program-to-program communication. IBM …

An Introduction to IBM MQ Read More »

Scroll to Top