Within MQ environment which of the following are allowed
Setting priority to messages
Grouping of messages
Splitting a message in multiple parts
Transforming a message.
In a publish/subscribe kind of messaging model a publisher should register itself with the pub/sub broker before actually publishing a message on a topic.
True
False
Which of the following are the functions of the Queue Manager?
It manages queues of messages for application programs
It coordinates updates to databases and queues using a two-phase commit
It segments messages (if necessary) and assembles them.
It provides an application programming interface, the Message Queue Interface (MQI).
Queue Manager should be installed on MQ Clients machines.
All the Queue Managers part of a cluster should maintain full repository of the cluster members.
We can have multiple instances of a queue (with same name) on different queue managers for workload distribution
That’s possible only in a clustered environment.
That’s possible in any case.
Not possible.
We need to configure some additional object like separate transmission queues for this purpose
MQI channels are bidirectional channels used to connect to separate queue managers
Which of the following is not a real queue?
Local Queue
Initiation Queue
Remote Queue
Dead Letter Queue
Which of these are true about the remote queues?
Remote Queues are associated with transmission queues
A program can read messages from a remote queue
Remote Queue definitions must be defined for the cluster queues.
An application programmer can use the name of the remote queue like a local queue.
Transmission Channel is bidirectional - user can send and receive messages