Class S3RetryStore

  • All Implemented Interfaces:
    ComponentLifecycle, ComponentLifecycleExtension, RetryStore

    @ComponentProfile(summary="Supporting implementation for using S3 as your failed message store",
                      tag="retry,amazon,s3",
                      since="3.11.1",
                      recommended=AmazonS3Connection.class)
    public class S3RetryStore
    extends java.lang.Object
    implements RetryStore

    In the adapter configuration file this class is aliased as amazon-s3-retry-store which is the preferred alternative to the fully qualified classname when building your configuration.