SpencerHaan / queuebacca

Apache License 2.0
5 stars 0 forks source link

Message content references #22

Open SpencerHaan opened 5 years ago

SpencerHaan commented 5 years ago

Add the ability to store message content in other storage mediums, like S3 or Redis, providing only a reference as the message body within the message system. This would provide similar behaviour as the SQS extended client, but be baked into Queuebacca and provide more options.

SpencerHaan commented 5 years ago

This should just support S3 to start, with additional tickets to support other storage systems.