Java Web Services Question:

Download Job Interview Questions and Answers PDF

Do you know JAXM messaging models?

Java Web Services Interview Question
Java Web Services Interview Question

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.

Download Java Web Services Interview Questions And Answers PDF

Previous QuestionNext Question
Explain UDDI, DISCO and WSDL?What is JAXB?