Class
BytesMessage
, MapMessage
, ObjectMessage
, StreamMessage
, TextMessage
Messages carry information among EMS client programs.
All other message types extend this root class.
Field
|
Description
|
---|---|
Constants defined as .NET fields.
|
|
DEFAULT_DELIVERY_MODE
|
When neither the sending call nor the producer supplies a delivery mode, this default applies.
|
DEFAULT_MSG_DELIVERY_MODE
|
Enumerated version of the same value.
|
DEFAULT_PRIORITY
|
int 4
When neither the sending call nor the producer supplies a priority, this default applies.
See also
Priority .
|
DEFAULT_TIME_TO_LIVE
|
long 0
When neither the sending call nor the producer supplies a priority, this default applies. The default value, zero, indicates that messages do not expire.
See also
Expiration .
|
This table lists the JMS headers that are available as .NET properties of message objects. For details, see Headers.
Header
|
---|
CorrelationID
|
CorrelationIDAsBytes
|
DeliveryMode
|
MsgDeliveryMode
|
Destination
|
Expiration
|
MessageID
|
MsgType
|
Priority
|
Redelivered
|
ReplyTo
|
Timestamp
|
TIBCO Enterprise Message Service™ .NET Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |