0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【学習メモ】SQS拡張クライアントライブラリとは

Posted at

SQS拡張クライアントライブラリとは

・通常のSQSキューのデータサーズ制限は256KBだが、運用上それを超えたい場合の対応法である

・大量のAmazon SQSメッセージを管理するには、Amazon S3とJava 用SQS拡張クライアントライブラリを使用することで、2GBまでのサイズのメッセージを保存および処理ができるようになる
 →AWS Java SDKが必要(プログラミングを作る必要がある)

・イメージとして、メッセージの保管場所を本来の狭いパイプ(SQSキュー)から広い貯水槽(S3)に変える
 →常にS3に保存するか、サイズが256KBを超える場合のみ保存するかを指定できる

参考サイト

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?