arivukkarasu2007

Results 1 comments of arivukkarasu2007

@debora-ito i am using Apache camel frame work to consume message from sqs queue , S3 notifications. from(aws-sqs://) .unmarshal().json(JsonLibrary.Jackson, S3EventNotification.S3EventNotificationRecord.class) Above is all the code.