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 |
What is the functionality of the oracle glassfish server? What added advantage it has on top of apache tomcat server?
How to Send object as message in JMS?
What is spring jms?
What is a connection factory?
What is jms connection?
What are Native Clients ?
Give an example of using point to point model in JMS?
What is a durable queue?
Give an example of using the point-to-point model
What are the types of messaging?
What is the use of TextMessage?
How Does the JMS Work with the J2EE ?