Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | JMSAdmin Command Reference | JMSAdmin Command Descriptions | Set Encoding
 
Set Encoding
Specifies the name of a character set encoding.
Syntax
set encoding [ ={ charset-name | default } ]
Remarks
Specifies the name of a character set encoding for the machine on which the Broker runs. You can use a value of default to specify the machine's default encoding. The charset-name must be a valid Java encoding.
The set encoding command works the same as running JMSAdmin with the -t switch. For more information, see Start-up Options.
Example
The following command sets the encoding to UTF-8:
\> set encoding = utf-8