TIBCO EMS STEP -8 : JMS Message Types
JMS Message Types :
§ Message: This message
type has no body. This is useful for simple event notification.
§ TextMessage: nothning but a sequence of characters.
§ MapMessage: A set of
name/value pairs.
§ BytesMessage: A stream
of uninterrupted bytes. The bytes are not typed;that is, they are not assigned
to a primitive data type.
§ StreamMessage: A stream
of primitive values and Each set of
values belongs to a primitive data type, and must be read sequentially.
§ ObjectMessage: A
serializable object constructed in the Java programming language.
Ø EMS supports messages
up to a maximum size of 512MB.
Ø When the EMS server has
several messages ready to deliver to a consumer client, and must select among
them, then it delivers messages with higher priority before those with lower
priority.
Ø JMS supports PERSISTENT
and NON_PERSISTENT delivery modes for both topic and queue. EMS extends these
delivery modes to include a RELIABLE_DELIVERY .
Comments
Post a Comment