Answer - JMS Provider is an implementation of the JMS interface
for a Message Oriented Middleware (MOM)........
Answer - JMS queue is a store that contains messages that have
been sent and are waiting to be read.........
Answer - The basic difference between RPC and JMS lies in the
way they message. RPC uses........
Answer - The characteristics of JMS are:........
Answer - Message Object is a light weight entity that comprises
of only header and properties.........
Answer - BytesMessage contains an array of primitive bytes in
it's payload.........
Answer - StreamMessage carries a stream of Java primitive types
as it's payload.........
Answer -
In point to point communication, the producers and consumers of the message are
defined.........