486487488489490491492493494
doInvoke(client, req); } public void cancelDelivery(Cancel cancel) throws JMSException { RequestSupport req = new SessionCancelDeliveryRequest(id, version, cancel); doInvoke(client, req); }