Answer:
JAXM messaging models has two types of messaging model, synchronous and asynchronous.
Synchronous messaging model
In this type of model, client directly interacts with the source. The client sends a request and waits for the response.
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.
Synchronous messaging model
In this type of model, client directly interacts with the source. The client sends a request and waits for the response.
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.
Previous Question | Next Question |
Explain UDDI, DISCO and WSDL? | What is JAXB? |