-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it possible for queued handlers to specify their queue and conne…
…ction. Previously it was impossible for a queued handler to be queued on anything other than the default connection and queue. This makes that configurable. The Queueable trait is also applied to the listener stub. Even though it isn’t explicitly necessary I think it provides communication to the user that these options may be customized by overriding the properties.
- Loading branch information
1 parent
c54b09b
commit fedd4cd
Showing
3 changed files
with
35 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters