AWS SNS & SQS | Amazon Simple Notification Service & Simple Queue Service implementation using Java

preview_player
Показать описание
This tutorial is to show how to use Amazon SQS and SNS in your application using Java.
We will write Java code to Create a SQS Queue, Create a SNS Topic, subscribe an Amazon SQS queue to an Amazon SNS topic and When you publish a message to a topic, Amazon SNS will send the message to the subscribed queue.
Рекомендации по теме
Комментарии
Автор

Hi Rishabh, This is very well explained. In case I have any questions can I reach out to you please....

shwethakamath
Автор

Hi Rishabh good explanation keep it up. I have one question how to get delivery report by sns sqs i have implement sns by http end point for email delivery report but my system slow down if i have sending 10k email. Sns sqs give response with email status by ur describe integration.

MDboy-ok