setTempQPrefix

 

public void setTempQPrefix(String newTempQPrefix) throws JMSException;

Sets the prefix to be used to form the name of a WebSphere MQ dynamic queue.

Parameters

  • newTempQPrefix - the prefix to be used to form the name of a WebSphere MQ dynamic queue. This must end with the '*' character.

Exceptions

  • JMSException - if the string is null, empty, greater than 33 characters in length, or consists solely of a single asterisk (*).


uj28870_