Class AcknowledgeService

All Implemented Interfaces:
AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, ConfigComment, ConnectedService, MessageEventGenerator, Service, StateManagedComponent

@ComponentProfile(summary="processes asynchronous acknowledgements.", since="4.9.0", tag="retry") public class AcknowledgeService extends RetryServiceImp

Service which processes asynchronous acknowledgements for messages stored using StoreMessageForRetryServiceTest.

The following metadata keys are required.

  • contains the ID that was previously used by StoreMessageForRetryServiceTest as the correlation id.

  • Constructor Details

    • AcknowledgeService

      public AcknowledgeService()
  • Method Details