DEVFYI - Developer Resource - FYI

What are the types of messaging?

JMS Interview Questions and Answers


(Continued from previous question...)

61. What are the types of messaging?

There are two kinds of Messaging. Synchronous messaging involves a client that waits for the server to respond to a message. Asynchronous messaging involves a client that does not wait for a message from the server. An event is used to trigger a message from a server.

(Continued on next question...)

Other Interview Questions