What is the difference between Message producer and Message consumer?



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

Post New Answer

More JMS Interview Questions

Explain JMS and its Component?

0 Answers  


What are the three components of a Message ?

1 Answers  


Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?

1 Answers  


What happens when jms queue is full?

0 Answers  


What is the functionality of a jms queue browser?

0 Answers  






Does weblogic jms support clustering?

0 Answers  


Explain about session interface?

0 Answers  


What is the difference between pub/sub and Point to Point i.e. p2p. ?

1 Answers  


Give an example of using point to point model in JMS?

0 Answers  


What is the use of ObjectMessage?

1 Answers  


What is a message in software?

0 Answers  


Can we use jms for sending automated e-mails?

0 Answers  


Categories