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

In which situations we are using jms?

0 Answers  


What is the use of EventMessage.java?

0 Answers  


Is kafka a jms?

0 Answers  


What is jms in java?

0 Answers  


What is the use of jms? Can we send message from one server to another server using jms?

0 Answers  






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

1 Answers  


What is a queued message?

0 Answers  


How to Configure Open JMS?

0 Answers  


Is jms an api?

0 Answers  


What is MOM in reference to JMS?

0 Answers  


What is the publish-and-subscribe model in jms?

0 Answers  


What is message oriented middleware?

0 Answers  


Categories