文件上传到S3后,使用s3通知是到SQS还是MQ?有啥区别?
本帖最后由 whoiam 于 2021-5-16 12:58 编辑文件上传到S3后,使用s3通知是到SQS还是MQ?有啥区别?是否与 后面调用s3批处理处理图像 或者调用lambda 有关联,为什么?
Amazon SQS: SQS is a distributed queuing system. With SQS, messages are NOT
pushed to the receivers. Receivers pull messages from the queue and once they pull
a message, no one else can receive that message. The receiver processes it and the
message is removed from the queue.
ActiveMQ: Apache ActiveMQ is another popular open source messaging tool. It
supports a variety of messaging protocols – multi-protocol. It is written in Java but it
offers connectivity to C, C++, Python, and .NET among other languages. It supports
a variety of standard protocols. SQS是AWS的服务,MQ是OPENSOURCE。上传到S3能直接发送提示到SQS但不能直接到MQ,用LAMBDA才有可能。 SQS是队列,不是应该用SNS消息服务吗?队列在中间。 特谢库勒
页:
[1]