Interviewer And Interviewee Guide

Java Message Service (JMS) Interview Question:

How JMS is different from RPC?

Submitted by: Administrator
In RPC the method invoker waits for the method to finish execution and return the control back to the invoker. Thus it is completely synchronous in nature. While in JMS the message sender just sends the message to the destination and continues it's own processing. The sender does not wait for the receiver to respond. This is asynchronous behavior.
Submitted by: Administrator

Read Online Java Message Service (JMS) Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.