Message


Class

Declaration

public class Message : ICloneable 

Subclasses

BytesMessage, MapMessage, ObjectMessage, StreamMessage, TextMessage

Purpose

Messages carry information among EMS client programs.

Remarks

All other message types extend this root class.

 

Method
Description
Page
27
28
29
30
31
32
33
34
35

 

Field
Description
Constants defined as .NET fields.
DEFAULT_DELIVERY_MODE
int DeliveryMode.PERSISTENT
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 .

JMS Headers as .NET Properties

This table lists the JMS headers that are available as .NET properties of message objects. For details, see Headers.

(Sheet 1 of 2)

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