What is the difference between Message producer and Message consumer?
Answer Posted / munnu
Messaging systems provide a host of powerful advantages over other conventional distributed computing models. Primarily, they encourage "loose coupling" between message consumers and message producers. There is a high degree of anonymity between producer and consumer: to the message consumer, it doesn't matter who produced the message, where the producer lives on the network, or when the message was produced.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Detail about the features of publish model?
What are jms channels?
What is jms in java with example?
Can jms be used to send an email?
Can we have more than one consumer for a jms queue?
What is a message in software?
What is Point-to-Point Approach?
What is a messaging service?
How the jms is different from rpc?
What is asynchronous messaging in jms?
In which situations we are using jms?
What is jms broker in sas?
Are foreign destinations handled within foreign jms messages?
How to read message from jms queue in java?
What is jms message queue?