From b14b19221ee9d876da556a12e43d7ef0ac4ceebf Mon Sep 17 00:00:00 2001 From: RobertOttesen <58610790+RobertOttesen@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:19:16 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 2d1803c..113d04e 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,7 @@ factory and queue names. The application provides a set of services to handle t once consumed. Other services included are a FileOutputService, which writes consumed messages to -the file system, and an AWS Simple Storage Service (S3), which writes the payload of the -consumed messages to S3 as a string, a Message Logging service that writes messages to a single +the file system, a Message Logging service that writes messages to a single message log while rotating every hour and a NullOp service that discards the message upon receipt. ![SWIM Feed Handler](images/sfh.png) @@ -199,13 +198,6 @@ service.message-logging.header-remove-list=jms*,*JMS*,solace*,Solace*,breadcrumb publish to a Solace broker and then use Solace's REST Delivery Points to connect to the AWS S3 service.* https://solace.com/blog/simplifying-integration-cloud-services-data-lakes-rest-delivery-points/ -A simple service to put the contents of the message as a String object into an AWS Simple Storage Service (S3) bucket. -The service requires AWS Security Credentials w/ recommendation of AmazonS3FullAccess permissions. - -Identify the targeted bucket via the property `service.aws-s3-put.bucket-name`. - -An optional parameter `service.aws-s3-put.folder-name` can be used to create folders under the bucket. Multiple -levels of folders can be defined. Each folder sub-level should be separated by a `/` character. ##### 1.2.5 Null Op Service This service simply discards the messages upon receipt. The idea of this service is to provide a mechanism to test