In order to specify the JMS Properties for the Custom Adapter Code, use the MTree.setJMSProperty method.
**********************
public void setJmsProperty(java.lang.String propertyName,
boolean propertyValue)
propertyName - Name of the property to be set.
propertyValue - boolean value of the property set.
*******************
Note that when setting the JMS Properties for the Custom Adapter, the MTree instance must represent the XMLJMS message format. In case if the MTree instance message format is not set to XMLJMS, it will take the XMLRV message format which is the default seralization result and the setJMSProperty will not work.