![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibemsMsg_Set Propertytibems_status tibemsMsg_SetBooleanProperty(tibemsMsg message,tibems_bool value );tibems_status tibemsMsg_SetByteProperty(tibemsMsg message,tibems_byte value );tibems_status tibemsMsg_SetDoubleProperty(tibemsMsg message,tibems_double value );tibems_status tibemsMsg_SetFloatProperty(tibemsMsg message,tibems_float value );tibems_status tibemsMsg_SetIntProperty(tibemsMsg message,tibems_int value );tibems_status tibemsMsg_SetLongProperty(tibemsMsg message,tibems_long value );tibems_status tibemsMsg_SetShortProperty(tibemsMsg message,tibems_short value );tibems_status tibemsMsg_SetStringProperty(tibemsMsg message,
message has usage pointer.value has usage pointer only in tibemsMsg_SetStringProperty (but not in the other calls documented in this group).
Property names must obey the JMS rules for a message selector identifier (see Message Selectors). Property names must not be null, and must not be empty strings. Property names must obey the JMS rules for a message selector identifier (see Message Selectors). Property names must not be null, and must not be empty strings.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |