What is Stream Message ?
Answer / munnu
Stream messages are a group of java primitives. It contains some convenient methods for reading the data. However Stream Message prevents reading a long value as short. This is so because the Stream Message also writes the type information along with the value of the primitive type and enforces a set of strict conversion rules which actually prevents reading of one primitive type as another.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of messages that are supported by JMS?
What is Point-to-Point Approach?
Can JMS utilities automatically re-establish a connection if one side of the communication link (i.e. an application that's sending/receiving messages) goes down and is restarted? Are there APIs to help detect that the other side broke a connection (went down)?
What is object message ?
Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?
What is the main parts of jms applications?
Why jms is used in java?
What is a bytes message?
How do I find the jms queue in weblogic?
Give an example of using point to point model in JMS?
How does jms queue work?
Name the messaging types supported by jms.