throw new IllegalStateException("This invocation should not be handled here!");
}
public JBossQueue createQueue(String queueName) throws JMSException
{
RequestSupport req = new SessionCreateQueueRequest(id, version, queueName);
return (JBossQueue)doInvoke(client, req);
}