You are on page 1of 5

1. What is MQ Series History ?

A.
MQ Series is a MESSAGE QUEUE. It is a Middleware Tool, Its
Developed by IBM in 1996 Ver. 5.0, Its release Service packs up to 5.13.
IBM creates some familys. One is IBM Websphere MQ Series Ver 6.0.
IBM release latest version MQ7.0 its a bte version.IBM MQSeries run on
35 Different platforms.
2. What is MQSeries ?
A.
MQSeries is a Message Queue. It holds the Message in Queues
Temporarily. In MQSeries we can use Asynchronous Method.
3. What is Synchronous ?
A.
If the Application1 send the Message to Application2, that time
Application2 not running the data was not Transferred. Its the
Disadvantage of using the Synchronous.
4. What is Asynchronous ?
A.
If the Application1 send the Message to Application2 by that time
Application2 not running the Message stores in Someplace its called MQ.
The Application2 come to running status it takes the Message from MQ.
5. What is API calls ?
A.
APPLICATION PROGRAM INTERFACE CALLS, It will used to put the
Message in to MQSeries.
6. What is Queue Manager ?
A.
Queue Manager is a Main Object . Queue Manager is a HEART
MQSeries, It holds the all Messages in Queues, It will maintain the
Queues, Queue is also a Object. Name of the Queue Manager up to
characters including of space, dots & all. It has Different types
Attributes.

of
all
48
of

7. What is Business Requirements ?


A.
I. Integration
II. Asynchrones
III. Assured Delivery
IV. Scalability
These are the Business Requirements in MQSeries , these are
also the Advantages of the MQSeries
8. What is Integration ?

Integration means Integrate the Two Applications Running on Same


or Different platforms, Using MQSeries to do the minimum changes you
can Integrate the Applications.
9. What is Asynchrones ?
A.
If the Application1 send the Message to Application2 by that time
Application1 need not to check either Application2 running or not.
Application1 work is send the Message only, The Message stores in
MQSeries. The Application2 come to running status it takes the Message
from MQ.
10. What is Assured Delivery ?
A.
Assured Delivery means Conformation of the Arrival. Using Sync
point you can Roll back & Commit the Message.
11. What is Scalability ?
A.
Using MQSeries you can Integrate N number of Applications Easily.
We can transfer message easily to all Applications in MQseries.
12. What is the Format in MQSeries ?
A.
In MQSeries the the Data will be converted in MESSAGE format. The
Message is Consist of Two parts
1.) Message Header
2.) Original Data
Message Header have 170 options.
13. What are the Commands in MQSeries ?
A.
In MQSeries we have two types of Commands
1.) Control Commands
2.) Run mq script Commands
14. Types of Objects in Queue Manager ?
A.
We have Three types of objects in Queue Manager
1.) Queues
2.) Channels
3.) Process Definitions
15. What is Queue ?
A.
Queue is a Object. It saves the data Temporarily, in this Queue you
have Different types of Queues
16. Types of Queues ?
You have Four Types of Queues

1.)
2.)
3.)
4.)

Local Queue
Remote Queue
Model Queue
Alias Queue

1.) Local Queue :- Local Queue is a Physical Queue. A Queue which is


Local to the Queue Manager it calls Local Queue. It have Some Attributes.
2.) Remote Queue :- Remote Queue is a Logical Definition of a Local
Queue which is Existing in the Remote Queue manager.
17. Types of Local Queues ?
A.
You can Utilize a Local Queue in Different Types
1.) Transmission Queue
2.) Dead letter Queue
1.) Transmission Queue:It is used to Transmate (send) the Message
through channels. You want create a Transmission Queue you can
create a Local Queue and Change tha USAGE (XMITQ) of the Local
Queue , otherwise it called a Transmission Queue.
2.) Dead letter Queue :Each Queue Manager have one Dead Letter
Queue. The Message which will not reach to the Target it will shows in
the Dead Letter Queue. Its Nothing but a Local Queue.
18. What is Channels ?
A.
Channels are used for to Communicate with the Two Queue Managers
in running Different places. There are Two types of Channels
1.) Message Channels
2.) MQI Channels
1.) Message Channels:Message Channels is a UNIDIRECTIONAL
Channels. Its using to Communicate one Queue Manager to Another.
2.) MQI Channels :MQI Channels are BIDIRECTIONAL Channels, Which
is used for Clint & Server.
19. Message Channels :A.
We have Six Types of Message Channels
1.) Sender
2.) Receiver
3.) Requester
4.) Server
5.) Cluster Sender
6.) Cluster Receiver
20. Types of Messages ?
A.
We have Four types of Messages

1.)
2.)
3.)
4.)

Datagram
Requist
Reply
Report

21. Message Channel Agents ?


A.
You can create a Channel by that time Autometically the Message
Channel Agent Created. It has Two types
1.) Sender MCA
2.) Receiver MCA
SDR MCA:- Sender MCA send a signal to Recvier MCA , It check the heart
beat of the Rcvr mca Eaither its running or not.
RCVR MCA:- It is a Software its Starts Autometically .
22. Types of API CALLS ?
A.
In MQSeries we are using 13 API calls
1.) MQ Connect
2.) MQ Open
3.) MQ Put
4.) MQ Get
5.) MQ Close
6.) MQ Disconnect
7.) MQ Put1
8.) MQ Disconnex
9.) MQ Set
10.) MQ Inq
11.) MQ Commit
12.) MQ Rollback
13.) MQ Begin

You might also like