What is pub-sub messaging ?
Answers were Sorted based on User's Feedback
Answer / deepak meshram
Publish/subscribe (or pub/sub) is an asynchronous messaging
paradigm where senders (publishers) of messages are not
programmed to send their messages to specific receivers
(subscribers). Rather, published messages are characterized
into classes, without knowledge of what (if any)
subscribers there may be. Subscribers express interest in
one or more classes, and only receive messages that are of
interest, without knowledge of what (if any) publishers
there are. This decoupling of publishers and subscribers
can allow for greater scalability and a more dynamic
network topology.
Pub/sub is a sibling of the Message Queue paradigm, and is
typically one part of a larger Message-Oriented Middleware
solution. Most messaging systems support in their API (e.g.
JMS) both the pub/sub and Message Queue models.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / satyendra nath
publish and subscribe refers to 1 to n here we do have multicast and broad cast.
In TOPIC one message can be send to any number of subscribers who are interested on that particular message.
Multicast is in b/n publisher and known subscriber
Boardcast is in b/n publisher and many unknown subscribers
| Is This Answer Correct ? | 1 Yes | 0 No |
what is Negotiation?
what are Acls
What is the differnce between loop and repeat
what is the try catch block in web methods?
what kind of interview questions are asked for BA IT banking Domain ??
What are the benefits of pub sub model?
Wats the opengl vertex floating means i cant catch it. glVertex2f(0.5,0.75) means plotting which location can anyone tell me???
On which technology is integration broker built?
what is the try catch block in web methods?
How to create a directory using external command activity in bw? Can you please tell the cmd?
What is pub-sub messaging ?
what is the role BA in IT Banking domain ??