Use of StreamMessage

Describe the use of StreamMessage?

StreamMessage carries a stream of Java primitive types as it's payload. Unlike ByteMessage, there are restrictions on the way the data is read to avoid erroneous output. StreamMessage prevents reading a long value as short, something that is allowed in case of BytesMessage. SreamMessage enforces a set of strict conversion rules which actually prevents reading of one primitive type as another.
Difference between Point to Point and Publish and Subscribe method
In point to point communication, the producers and consumers of the message are defined. The producers push the messages..
Concepts and capabilities of Web Logic Server
Concepts and capabilities of Web Logic Server - Web Logic server supports the services and infrastructure for JEE applications....
What is the function of T3 in Web Logic Server?
Function of T3 in Web Logic Server - The enhancements support for WebLogic Server messages is provided by T3...
Post your comment