setMsgCompList

 

public void setMsgCompList(Collection compList) throws JMSException;

Sets the list of message compression techniques.

Parameters

  • compList - the Collection of message compression techniques to set. The first item in the list to match the server list becomes the current message compression technique.

Exceptions

  • JMSException -


uj28550_