dusterio / laravel-plain-sqs

Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
MIT License
131 stars 92 forks source link

Allow requesting specific job attributes #35

Open dstepe opened 4 years ago

dstepe commented 4 years ago

We have a use case in which we want to fetch additional attributes of the queued message. This change should allow that through configuration, but maintains the same default behavior.

andrehoong-pixieset commented 1 year ago

Requesting this feature as well