413414415416417418419420421422423
MessageReference ref = iter.next(); ref.getQueue().cancel(tx, ref, true); } tx.rollback(); if (!browseOnly) { TypedProperties props = new TypedProperties();
186187188189190191192193194195196
catch (Exception e) { log.warn(e.getMessage(), e); try { tx.rollback(); } catch (Exception e2) { // Nothing much we can do now log.warn(e2.getMessage(), e2);
333334335336337338339340341342343
MessageReference ref = iter.next(); ref.getQueue().cancel(tx, ref); } tx.rollback(); if (!browseOnly) { TypedProperties props = new TypedProperties();