Do you know JAXM messaging models?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Java Web Services Job Interview Questions And Answers