Explain JAXM messaging models.- JAXM messaging models has two types of messaging model, synchronous and asynchronous.
1. Synchronous messaging model :
- In this type of model, client directly interacts with the source. The client sends a request and waits for the response.
2. Asynchronous messaging model :
- In this model, client sends message to the messaging provider and returns back. Messaging provider then performs the routing of message to the end source.
|