What is a Queue?
Answers were Sorted based on User's Feedback
Answer / durga madhab karadia
Queue is a data structure which is store the messages.and
every queue has own queue manager.queue manager are
maintaining the all queues.different types of queues are
available in web sphere mq in different purpose.but
generally 4 types of queues r there
1)local queue
2)remote queue
3)alias queue
4)model queue
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / devi
A queue is generally a storage area for messages .we call
it as object in mq .There are different types of queues
according to their functionality .Mainly we have 4 types
1 .local queue
2 .Alias queue
3 .Model queue
4 .Remote definition queue
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / raj
Queue is said to be container which is used to store the
messeges.
There are different kinds of queues available.For diff.
purposes.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / gani
queue is a data structure used to hold and transfer the messages
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramesh babu
Queue is a file and it is a data structure container holds a due data and messages in mq server untill and unless due remote service get the messages from queue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nashiinformaticssolutions
A linear data structure that executes operations in FIFO order is called a queue.
Rather than a stack in a queue, the elements that have been added the least recently are eliminated first.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
A linear data structure that executes operations in FIFO order is called a queue.
Rather than a stack in a queue, the elements that have been added the least recently are eliminated first.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define process definition?
what is default connection? and max connections will give to QueueManager.?
Explain what is the algorithm followed in retrieving the messages from the queue?
What is the backup queue of the qmgr?
In cluster queue manager losed.which type of precautions you take??
What are the significance of mqseries?
Can you explain some reserved queue names of ibm websphere mq?
what are reasons for receiver channel went to paused state?
how to insert or retrieve only 2000 records with having 10000 records
Difference between full & partial repository in websphere mq?
What is a message?
What are the various types of queues?