open fun setEncodingPropertyName(encodingPropertyName: String): Unit
Specify the name of the JMS message property that carries the encoding from bytes to String and back is BytesMessage is used during the conversion process.
Default is none. Setting this property is optional; if not set, UTF-8 will be used for decoding any incoming bytes message.
See Also
#setEncoding