throw new IllegalStateException("This invocation should not be handled here!");
}
public void send(JBossMessage m, boolean checkForDuplicates) throws JMSException
{
RequestSupport req = new SessionSendRequest(id, version, m, checkForDuplicates);
doInvoke(client, req);
}