364365366367368369370371372373374
AsyncParticipantClient.getClient().sendMessageLossAndRecovery(coordinationContext, addressingProperties) ; callback.waitUntilTriggered(15000) ; } finally { initiator.removeCallback(messageId) ; } handleCallback(callback) ; }
393394395396397398399400401402403
AsyncParticipantClient.getClient().sendMixedOutcome(coordinationContext, addressingProperties) ; callback.waitUntilTriggered(15000) ; } finally { initiator.removeCallback(messageId) ; } handleCallback(callback) ; }