WebLogic Messaging API Class Library

IMessage. Method 

Sets a primitive object property value with the specified name into the message.

Note that this method works only for the objectified primitive object types (int, double, long ...) and String objects.

void (
   String name,
   Object value
);

Parameters

String
the name of the property
Object
the property value to set

Exceptions

Exception TypeCondition
MessageExceptionif the JMS provider fails to set the property due to some internal error.
ArgumentExceptionif the name is null or if the name is an empty string.
MessageFormatExceptionif the object is invalid
MessageNotWriteableExceptionif properties are read-only

See Also

IMessage Interface | WebLogic.Messaging Namespace