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 is a jms server?
Explain Reliability Mechanisms in JMS?
What is the functionality of jms message consumers?
Is rabbitmq a jms?
How may messaging models do JMS provide for and what are they?
what is distributed queues and topics and how they works
What is JMS Client?
Are foreign destinations handled within foreign jms messages?
What is a messaging service?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)?
In which situations we are using jms? Can we send message from one server to another server using jms?
What is a stream message?