Search results for jms



There are two kinds of Messaging. Synchronous Messaging: Synchronous messaging involves a client that waits for the server to respond to a message. A ...
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, ...
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 ...
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 ...
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 ...