Search results for jms



Publish Subscribe model is typically used in one-to-many situation. It is unreliable but very fast. P2P model is used in one-to-one situation. It is h ...
Message is a light weight message having only header and properties and no payload. Thus if the received are to be notified abt an event, and no data ...
A ic is typically used for one to many messaging i.e. it supports publish subscribe model of messaging. While queue is used for one-to-one messaging i ...
Publish and Subscribe i.e. pub/suc and Point to Point i.e. p2p.

[Source: JAGAN MOHAN "Interview questions bible"]
Message, TextMessage, BytesMessage, StreamMessage, ObjectMessage, MapMessage are the different messages available in the JMS API. [Source: JAGAN MOH ...
IBM's MQ Series is one of the most popular product used as Message Oriented Middleware. Some of the other products are SonicMQ, iBus etc. Weblogic app ...
JMS is asynchronous in nature. Thus not all the pieces need to be up all the time for the application to function as a whole. Even if the receiver is ...
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 na ...