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 |
Mention the difference between durable and non-durable subscription?
Wat is jms client?
Can we have more than one consumer for a jms queue?
What is asynchronous messaging in jms?
What is the advantage of persistent message delivery compared to nonpersistent delivery?
How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?
Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?
what is topic and what is queue ?
What is jms message?
How to create an ejb session in order to start a jms connection?
What is difference between JMS and Web Services?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems?