Friday, March 13, 2009

How is a java object message delivered to a non-java Client (JMS)

Question :How is a java object message delivered to a non-java Client? (JMS)
Answer :It is according to the specification that the message sent should be
received in the same format. A non-java client cannot receive a message in
the form of java object. The provider in between handles the conversion of
the data type and the message is transferred to the other end.

No comments: