Skip to content

Commit de00445

Browse files
author
palPalani
committed
Improved queue name
1 parent e54e2c8 commit de00445

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
# A custom SQS queue reader for Laravel that supports plain JSON payloads.
1+
# Custom SQS queue reader for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/palpalani/laravel-sqs-queue-json-reader.svg?style=flat-square)](https://packagist.org/packages/palpalani/laravel-sqs-queue-json-reader)
44
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/palpalani/laravel-sqs-queue-json-reader/run-tests?label=tests)](https://github.com/palpalani/laravel-sqs-queue-json-reader/actions?query=workflow%3ATests+branch%3Amaster)
55
[![Total Downloads](https://img.shields.io/packagist/dt/palpalani/laravel-sqs-queue-json-reader.svg?style=flat-square)](https://packagist.org/packages/palpalani/laravel-sqs-queue-json-reader)
66

77

8-
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
8+
Custom SQS queue reader for Laravel that supports JSON payloads.
9+
Out of the box, Laravel expects SQS messages to be generated in a
10+
specific format - format that includes job handler class and a serialized job.
11+
12+
But in certain cases you may want to parse messages from third party
13+
applications, custom JSON messages and so on.
914

1015
## Installation
1116

@@ -62,7 +67,7 @@ QUEUE_DRIVER=sqs-json
6267

6368
Dispatching to SQS
6469

65-
If you plan to push plain messages from Laravel or Lumen, you can rely on DispatcherJob:
70+
If you plan to push plain messages from Laravel, you can rely on DispatcherJob:
6671

6772
```php
6873
use palPalani\SqsQueueReader\Jobs\DispatcherJob;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "palpalani/laravel-sqs-queue-json-reader",
3-
"description": "Custom SQS queue reader for Laravel that supports plain JSON payloads.",
3+
"description": "Custom SQS queue reader for Laravel",
44
"keywords": [
55
"palpalani",
66
"laravel-sqs-queue-json-reader"

0 commit comments

Comments
 (0)