A  queue manager is that part of an MQSeries product that provides the messaging and queuing services to application programs, through the Message Queue Interface (MQI) program calls. 

It controls access to queues and serves as transaction (sync point) coordinator for all queue operations. You can read Part-1 tutorial here.

Dynamic Queues

  • Dynamic Queue- Such a queue is defined “on the fly” when the application needs it.
  • Dynamic queues may be retained by the queue manager or automatically deleted when the application program ends.
  • Dynamic queues can be temporary queues that do not survive queue manager restarts. Permanent queues that do survive queue manager restarts.

Synchronous and Asynchronous Messaging:

  1. In synchronous messaging sending application waits for the reply before it resumes.
  2. No wait is the rule in the case of Asynchronous messaging.

Read more

  • AWS Interview Q&A for Beginners (Must Watch!)

    AWS Interview Q&A for Beginners (Must Watch!)

    The content outlines essential AWS basics interview questions that every beginner should be familiar with. It serves as a resource for fresh candidates preparing for interviews in cloud computing. The link provided leads to additional multimedia content related to the topic.

  • How a PySpark Job Executes: Understanding Statements, Stages, and Tasks

    How a PySpark Job Executes: Understanding Statements, Stages, and Tasks

    When you write a few lines of PySpark code, Spark executes a complex distributed workflow behind the scenes. Many data engineers know how to write PySpark, but fewer truly understand how statements become stages, stages become tasks, and tasks run on partitions. This blog demystifies the internal execution model of Spark by connecting these four…

  • Azure Data Factory (ADF): The Complete Beginner-Friendly Guide (2026 Edition)

    Azure Data Factory (ADF): The Complete Beginner-Friendly Guide (2026 Edition)

    Azure Data Factory (ADF) is Microsoft’s fully managed, cloud-based data integration and orchestration service. It helps you collect data from different sources, transform it at scale, and load it into your preferred analytics or storage systems. Whether you are working with Azure SQL, on-premises databases, SaaS applications, or big-data systems, ADF gives you a unified…