Java Messaging System Question and Answers
1. | What are the types of Messaging? |
---|---|
There are two kinds of Messaging.
|
|
2. | What is Publish/Subscribe Messaging? |
---|---|
|
|
3. | What is the Role of the JMS Provider? |
---|---|
|
|
4. | Give an example of using the point to point model? |
---|---|
The point to pint model is used when the information is specific to a single client. For example, a client can send a message for a print out and the server can send information back to this client after completion of the print job. | |