Answers

Question and Answer:

  Home  Java Web Services

⟩ Do you know JAXM messaging models?

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.

 137 views

More Questions for you: