903904905906907908909910911912913
addReferenceInMemory(ref); } } catch (Throwable t) { throw new TransactionException("Failed to add reference", t); } //Only need to prompt delivery if refs were added promptDelivery = true; }
2334233523362337233823392340234123422343
{ postOffice.sendReplicateAckMessage(del.queueName, del.del.getReference().getMessage().getMessageID()); } catch (Exception e) { throw new TransactionException("Failed to handle send ack", e); } } } }
10271028102910301031103210331034103510361037
11171118111911201121112211231124112511261127
performDelivery = true; } } catch (Throwable t) { throw new TransactionException("Failed to add reference", t); } deliveringCount.decrement(); } } }
2387238823892390239123922393239423952396
10391040104110421043104410451046104710481049
11291130113111321133113411351136113711381139
performDelivery = true; } } catch (Throwable t) { throw new TransactionException("Failed to add reference", t); } deliveringCount.decrement(ref.getMessage()); } } }
25532554255525562557255825592560256125622563
{ postOffice.sendReplicateAckMessage(del.queueName, del.del.getReference().getMessage().getMessageID()); } catch (Exception e) { throw new TransactionException("Failed to handle send ack", e); } } if (isCC && del != null) {
25962597259825992600260126022603260426052606
10431044104510461047104810491050105110521053