TIBCO EMS STEP -4
Ø Multicast: Multicast messaging
allows one message producer to send a message to multiple subscribed consumers
simultaneously.
Ø Multicast does not
guarantee message delivery to all subscribers.
Ø In the publish and
subscribe messaging models, the message producer addresses the message to a
topic. Instead of delivering a copy of the message to each individual
subscriber over TCP, however, the EMS server broadcasts the message over
Pragmatic General Multicast (PGM). A daemon running on the machine with the
subscribed EMS client receives the multicast message and delivers it to the
message consumer.
Ø Multicast is highly
scalable because of the reduction in bandwidth used to broadcast messages, and
because of reduced EMS server resources used.
Comments
Post a Comment