Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

Provides an AWS SQS backend for Advanced Queue, allowing Drupal queues to scale via cloud messaging with dead-letter and failure handling.

Features

The Advanced Queue SQS Plugin replaces the standard database-backed queues with a cloud-native implementation using Amazon SQS.

Basic functionality:

  • Creates queues in SQS that Drupal can push jobs to and process asynchronously.
  • Tracks in-flight and waiting messages to determine queue length.
  • Handles failed jobs via a dead-letter queue, with the ability to mark jobs as failed immediately.

Unique features:

  • AWS-native integration for high scalability and reliability.
  • Drupal-admin configuration for queue creation, optional credentials, and custom SQS settings.
  • Seamlessly translates Drupal queue operations to SQS semantics, including retries and failure handling.

Use cases:

  • Offloading heavy or long-running tasks from your web servers.
  • Scaling job processing across multiple instances without a shared database.
  • Integrating serverless or cloud-based workflows with Drupal.

Post-Installation

  • Install the module like any other Drupal module.
  • Navigate to Configuration → Advanced Queue SQS Plugin.
  • Create new queues by providing a name, optional AWS credentials, and SQS-specific settings.
  • Your queues are now available for Drupal jobs; standard Drupal queue operations will use SQS under the hood.
  • Optionally configure dead-letter queues to capture failed jobs.

Additional Requirements

  • Requires Drupal Advanced Queue module.
  • Requires AWS PHP SDK (typically included via Composer).
  • Access to an AWS account with permissions to manage SQS queues.
  • Advanced Queue Monitor – for visual monitoring of queues.
  • Queue Worker Enhancements – for improved handling of long-running jobs.

Similar Projects

The default Advanced Queue backend uses SQL-based queues. This module differs by enabling cloud-based scaling with SQS, dead-letter queue handling, and automatic failure translation, which the database backend cannot handle natively.

Activity

Total releases
1
First release
Aug 2025
Latest release
7 months ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
1.0.x-dev Dev Aug 22, 2025