Java CAPS JMS Reference

retrieveUserProperty(arg0)

Description

Returns the value of the user-defined string property specified by arg0, or null if the property does not exist.

Parameters

Name 

Type 

Description 

arg0

java.lang.String

The name of the user property. 

Return Value

Returns 

Type 

The value of the specified user property, or null if the property does not exist. 

java.lang.String

Exceptions

None.