setString

 

public void setString(String name, String value) throws JMSException;

Sets a String value with the given name in the map.

Parameters

  • name - the name of the String

  • value - the String value to set in the Map.

Exceptions

  • JMSException - if JMS fails to write the message due to an internal error.

  • MessageNotWriteableException - if the message in read-only mode.


uj26390_