Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Mailer] Allow to configure or disable the message bus to use#34648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:masterfromogizanagi:mailer/allow_configure_message_bus
Nov 30, 2019
Merged

[Mailer] Allow to configure or disable the message bus to use#34648

fabpot merged 1 commit intosymfony:masterfromogizanagi:mailer/allow_configure_message_bus
Nov 30, 2019

Conversation

ogizanagi
Copy link
Contributor

@ogizanagiogizanagi commentedNov 27, 2019
edited
Loading

QA
Branch?master
Bug fix?no
New feature?yes
Deprecations?no
Tickets#34633
LicenseMIT
Doc PRtodo

A newmailer.message_bus option allowing to choose the message bus to use instead of using the default one.
Also allows to set it tofalse so no message bus is used and the transport will be called directly.

voodooism and Jeroeny reacted with thumbs up emoji
@voodooism
Copy link
Contributor

voodooism commentedNov 27, 2019
edited
Loading

It is a really nice approach! I mentioned the problem inthis issue

@fabpot
Copy link
Member

Thank you@ogizanagi.

fabpot added a commit that referenced this pull requestNov 30, 2019
… to use (ogizanagi)This PR was merged into the 5.1-dev branch.Discussion----------[Mailer] Allow to configure or disable the message bus to use| Q             | A| ------------- | ---| Branch?       | master <!-- see below -->| Bug fix?      | no| New feature?  | yes <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tickets       |#34633 <!-- prefix each issue number with "Fix #", if any -->| License       | MIT| Doc PR        | todoA new `mailer.message_bus` option allowing to choose the message bus to use instead of using the default one.Also allows to set it to `false` so no message bus is used and the transport will be called directly.Commits-------42fd0cf [Mailer] Allow to configure or disable the message bus to use
@fabpotfabpot merged commit42fd0cf intosymfony:masterNov 30, 2019
@ogizanagiogizanagi deleted the mailer/allow_configure_message_bus branchNovember 30, 2019 11:23
@nicolas-grekasnicolas-grekas modified the milestones:next,5.1May 4, 2020
@fabpotfabpot mentioned this pull requestMay 5, 2020
OskarStark added a commit to symfony/symfony-docs that referenced this pull requestMar 11, 2021
…chard)This PR was squashed before being merged into the 5.2 branch.Discussion----------[Mailer] Configuration of the message_bus to use<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/releases for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `5.x` for features of unreleased versions).-->Documentssymfony/symfony#34648Closes#12736Commits-------2d924e8 [Mailer] Configuration of the message_bus to use
fabpot added a commit that referenced this pull requestDec 11, 2022
…ble the message bus to use (jschaedl, fabpot)This PR was merged into the 6.3 branch.Discussion----------[FrameworkBundle][Notifier] Allow to configure or disable the message bus to use| Q             | A| ------------- | ---| Branch?       | 6.3| Bug fix?      | no| New feature?  | yes <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tickets       | - <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->| License       | MIT| Doc PR        | tbd <!-- required for new features -->For the mailer integration there is already a possibility to disable or configure the `message_bus` to use. See:#34633 and#34648This PR introduces a similar config option `notifier.message_bus` for the notifier integration.Things done:- [x] Add a config option `notifier.message_bus` for the notifier configuration- [x] Adjust FrameworkExtension considering the new `message_bus` config option- [x] Add tests for the new config optionCommits-------fc7aaa6 Fix logic and tests215e802 Allow to configure or disable the message bus to use
symfony-splitter pushed a commit to symfony/framework-bundle that referenced this pull requestDec 11, 2022
…ble the message bus to use (jschaedl, fabpot)This PR was merged into the 6.3 branch.Discussion----------[FrameworkBundle][Notifier] Allow to configure or disable the message bus to use| Q             | A| ------------- | ---| Branch?       | 6.3| Bug fix?      | no| New feature?  | yes <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tickets       | - <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->| License       | MIT| Doc PR        | tbd <!-- required for new features -->For the mailer integration there is already a possibility to disable or configure the `message_bus` to use. See:symfony/symfony#34633 andsymfony/symfony#34648This PR introduces a similar config option `notifier.message_bus` for the notifier integration.Things done:- [x] Add a config option `notifier.message_bus` for the notifier configuration- [x] Adjust FrameworkExtension considering the new `message_bus` config option- [x] Add tests for the new config optionCommits-------fc7aaa6123 Fix logic and tests215e802741 Allow to configure or disable the message bus to use
symfony-splitter pushed a commit to symfony/framework-bundle that referenced this pull requestJul 28, 2023
…ble the message bus to use (jschaedl, fabpot)This PR was merged into the 6.3 branch.Discussion----------[FrameworkBundle][Notifier] Allow to configure or disable the message bus to use| Q             | A| ------------- | ---| Branch?       | 6.3| Bug fix?      | no| New feature?  | yes <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tickets       | - <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->| License       | MIT| Doc PR        | tbd <!-- required for new features -->For the mailer integration there is already a possibility to disable or configure the `message_bus` to use. See:symfony/symfony#34633 andsymfony/symfony#34648This PR introduces a similar config option `notifier.message_bus` for the notifier integration.Things done:- [x] Add a config option `notifier.message_bus` for the notifier configuration- [x] Adjust FrameworkExtension considering the new `message_bus` config option- [x] Add tests for the new config optionCommits-------fc7aaa6123 Fix logic and tests215e802741 Allow to configure or disable the message bus to use
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@fabpotfabpotfabpot approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
5.1
Development

Successfully merging this pull request may close these issues.

5 participants
@ogizanagi@voodooism@fabpot@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp