![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsMsg_GetProperty(tibemsMsg message,tibemsMsgField* value );tibems_status tibemsMsg_GetBooleanProperty(tibemsMsg message,tibems_bool* value );tibems_status tibemsMsg_GetByteProperty(tibemsMsg message,tibems_byte* value );tibems_status tibemsMsg_GetDoubleProperty(tibemsMsg message,tibems_double* value );tibems_status tibemsMsg_GetFloatProperty(tibemsMsg message,tibems_float* value );tibems_status tibemsMsg_GetIntProperty(tibemsMsg message,tibems_int* value );tibems_status tibemsMsg_GetLongProperty(tibemsMsg message,tibems_long* value );tibems_status tibemsMsg_GetShortProperty(tibemsMsg message,tibems_short* value );tibems_status tibemsMsg_GetStringProperty(tibemsMsg message,
message has usage pointer.value has usage pointer only in tibemsMsg_GetStringProperty (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. The JMS specification defines eight calls to get properties with different value types—converting between compatible types. All of these functions convert property values to the corresponding type (if possible).
The actual type of the property is not compatible with the requested type.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |