Bind String
Adds (binds) a specified string into a JNDI context (JMS clients only).
Syntax
bind string lookup-name
"stringName"
Remarks
Specify the value of the string, enclosed in quotes, in
stringName. In the
lookup-name parameter, specify the key with which to look up the string in JNDI.
Binding string values to a JNDI context is one convenient way for an application program to store and retrieve values such as configuration parameters.
Related Commands