Java CAPS JMS Reference

storeUserProperty(arg0, arg1)

Description

Writes the name and value of a user property to the user property object, where arg0 specifies the name and arg1 specifies the value of the user property.

Parameters

Name 

Type 

Description 

arg0

java.lang.String

The name of the user property. 

arg1

java.lang.String

The value of the user property. 

Return Value

None.

Exceptions

None.