Infrastructure/Cloud/Queue
Schema
| Property |
Type |
Description |
queue_name |
string |
Name of the message queue |
message_retention |
string |
Message retention period (e.g., 4d, 7d) |
visibility_timeout |
integer |
Visibility timeout in seconds before a message becomes available again |
encryption |
boolean |
Whether message encryption is enabled |
Sub-types
Example
_type: amadla.org/entity/infrastructure/cloud/queue@v1.0.0
_extends: amadla.org/entity/infrastructure/cloud@v1.0.0
_body:
queue_name: order-processing
message_retention: 7d
visibility_timeout: 60
encryption: true
Consumers
| Tool |
How It Uses Infrastructure/Cloud/Queue |
| raise |
Provisions message queues via provider-specific plugins |