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 does kms mean?
What is Stream Message ?
Is rabbitmq a jms?
What is the difference between pub/sub and Point to Point i.e. p2p. ?
How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?
Which types of jdbc databases does weblogic jms support?
What is the difference between BytesMessage and StreamMessage?
How to create an ejb session in order to start a jms connection?
What is a remote jms provider?
What is the use of jms? In which situations we are using jms?
What is Publish/Subscribe approach?
What are the different types of messages available in the JMS API?