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 ...
Search results for jms, message object,all
What is the use of Message object?
Posted by Devin
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"]
[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 ...
What are the advantages of JMS?
Posted by Devin
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 ...
What is JMS?
Posted by Devin
JMS is an acronym used for Java Messaging Service. It is Java's answer to creating software using asynchronous messaging. It is one of the official sp ...
« previous12345 next »
