Hi All,
I get confused with different answers in different places about p2p and pub/sub.
p2p -->
1 sender 1 receiver
OR
N sender 1 receiver
pub/sub -->
1 publisher n subscriber
OR
n publisher n subscriber.
personally I have worked with p2p model in JMS and I have used BOTH 1 sender and n sender.
But, in the examination respect what is the answer ???
[ Even in some place I have found an answer - N receiver in case of p2p..Logic: only 1 receiver will receive rest of then will not receive.
]
Thanks
Roy