190191192193194195196197198199200
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);
403404405406407408409410411412413
MessageReference ref = iter.next(); ref.getQueue().cancel(tx, ref, true); } tx.rollback(); if (!browseOnly) { TypedProperties props = new TypedProperties();
354355356357358359360361362363364
MessageReference ref = iter.next(); ref.getQueue().cancel(tx, ref); } tx.rollback(); if (!browseOnly) { TypedProperties props = new TypedProperties();
205206207208209210211212213214215
} catch (Exception e) { try { tx.rollback(); } catch (Exception e2) { // Nothing much we can do now
446447448449450451452453454455456
198199200201202203204205206207208
204205206207208209210211212213214
436437438439440441442443444445446
423424425426427428429430431432433