-
-
Notifications
You must be signed in to change notification settings - Fork 73
Configuration option to specify Messenger transport #145
Copy link
Copy link
Open
Labels
EnhancementMinor issues and PRs improving the current solutions (optimizations, typo fixes, etc.).Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.).RFCDiscussions about potential changes or new features.Discussions about potential changes or new features.
Milestone
Metadata
Metadata
Assignees
Labels
EnhancementMinor issues and PRs improving the current solutions (optimizations, typo fixes, etc.).Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.).RFCDiscussions about potential changes or new features.Discussions about potential changes or new features.
Type
Fields
Give feedbackNo fields configured for issues without a type.
With the current implementation I have to manually add your commands to the messenger routing config to use an async transport. Instead it would be nice to have a configuration option named
transportor something. This transport could then be used to route your messages.I have done something similar here (although I think it's ugly): https://github.com/Setono/SyliusFragmentTranslationPlugin/blob/master/src/DependencyInjection/SetonoSyliusFragmentTranslationExtension.php#L36-L53