تماشای این درس نیاز به اشتراک حرفه‌ای دارد.

Exploring SQS Queues0:54

started. Let's open the AWS console and check the list of services. Under application integration, we have Simple Queue Service. This service allows us to create a queue that we can push jobs to from our Laravel applications. We can choose between a standard queue and a first-in-first-out queue. In FIFO queues, messages in the queue are not consumed until the oldest message is consumed and processed successfully. In standard queues, a message can be consumed even if processing the older message failed. We give our queue a name and configure the visibility timeout, which is the time a message will be invisible to consumers after it is picked by one consumer. We may also configure the message retention period, and after this period passes, the message will be automatically deleted. And we can configure a delay before consumers can consume a message and set the maximum message size.

Amazon Web Services

دوست دارید گاهی خبرهای Laracasts را ایمیل کنیم؟