QUEUES: ------ 1. What are the Different Types of Queues ?
ANS : 1) Initiation Queue : These are the queues to temporarily store a Trigger ------------------ Message sent by the Q manager ----------------- 2) Transmission Queue : Its a Q where messages are stored temporarily destined ------------------- for a remote Q manager.We must define at least one Transmission Q for each Remote Q manager to which the messages has to be sent by a local Q manager.
3) Cluster Transmission Queue : Each Q manager within a cluster send messages --------------------------- to SYSTEM.CLUSTER.TRANSMIT.QUEUE.A definition of this queue is created when Q manager is created by default.
4) Dead Letter Queue : Its a Q that can store messages not delivered to correct ------------------- destination.SYSTEM.DEAD.LETTER.QUEUE
5) Command Queues: Command Q ,SYSTEM.ADMIN.COMMAND.QUEUE, is a local Q to -------------- which applications can send MQSC commands for processing.These commands are processed by the command server and response is sent back to the Reply-to Q.
6) Reply-to queues : It is a Q used by an application to receive messages sent ----------------- by another application.Its a Local Q to the sending application and specified as part of the message descriptor of sending application.
7) Event Queues :
|