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:
- In synchronous messaging sending application waits for the reply before it resumes.
- No wait is the rule in the case of Asynchronous messaging.
Read more
-
From Laptop to Cloud: Deploy Your First Production DB Using Amazon RDS
Learn how to move from a local database to a production-ready cloud setup using Amazon RDS. A beginner-friendly step-by-step guide covering setup, backups, scaling, and best practices.
-
The End-to-End AI Stack – A Real Guide for Developers to Code, Create, and Execute
Learn how modern AI tools like ChatGPT, NotebookLM, and Antigravity fit into the AI stack. Discover the 5-layer AI capability model and how to choose the right AI tools for thinking, creating, building, and automat
-
FAANG-Style SQL Interview Traps (And How to Avoid Them)
SQL interviews at FAANG (Facebook/Meta, Amazon, Apple, Netflix, Google) are not about syntax. They are designed to test logical thinking, edge cases, execution order, and data correctness at scale. Many strong candidates fail—not because they don’t know SQL, but because they fall into subtle traps. In this blog, we’ll walk through real FAANG-style SQL traps,…






