|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
Each member of a distributed queue must listen for the same subjects using CM listener objects. Yet even when n members listen for each inbound message (or task), only one member processes the message.Group members support a limited subset of certified delivery calls—members can listen to a subject, override automatic confirmation of delivery, and confirm delivery. Member transports do not support calls associated with sending messages.In the worker role, members listen for task messages, and process inbound task messages as assigned by the scheduler.Rendezvous fault tolerance software maintains exactly one active scheduler in each distributed queue; if the scheduler process terminates, another member assumes the role of scheduler. The member in the scheduler role assigns inbound tasks to workers. (A scheduler can assign tasks to its own worker component, but only does so when all other workers are busy.)
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |