setChannel

 

public void setChannel(String channelName) throws JMSException;

Sets the name of the channel - applies to clients only.

Parameters

  • channelName - the name of the channel.

Exceptions

  • JMSException - if channelName is either null or too long.


uj28370_