There are two kinds of Messaging.
Synchronous Messaging: Synchronous messaging involves a client that waits for the server to respond to a message.
A ...
Search results for jms
What are the types of messaging?
Posted by Devin
MDB is Message driven bean, which very much resembles the Stateless session bean. The incoming and out going messages can be handled by the Message dr ...
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 fo ...
Stream Messages ? Group of Java Primitives
Map Messages ? Name Value Pairs. Name being a string& Value being a java primitive
Text Messages ? String ...
JMS can be used to broadcast shutdown messages to clients connected to the Weblogic server on a module wise basis. If an application has six modules, ...
What is point-to-point messaging?
Posted by Devin
With point-to-point message passing the sending application/client establishes a named message queue in the JMS broker/server and sends messages to th ...
What is the use of MapMessage?
Posted by Devin
A MapMessage carries name-value pair as it's payload. Thus it's payload is similar to the java.util.Properties object of Java. The values can be Java ...
What is the use of TextMessage?
Posted by Devin
TextMessage contains instance of java.lang.String as it's payload. Thus it is very useful for exchanging textual data. It can also be used for exchang ...
