What is the difference between Message producer and Message consumer?
Answer / 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 |
Explain about message selector?
What are the different messaging paradigms JMS supports?
What is a bytes message?
What is the basic difference between Publish Subscribe model and P2P model?
Does weblogic jms support clustering?
What is poison messages? And how to handle poison messages?
What is jms producer?
How you can deliver a java message to a non-java client?
What is Connection factory?
What is the difference between jms and kafka?
Can jms be used to send an email?
What is jndi? How is it related to jms?