Described stamps for Ibexa Messenger#3272
Open
mnocon wants to merge 2 commits into
Open
Conversation
Preview of modified filesPreview of modified Markdown: |
Contributor
I will discuss that removal with @Steveb-p when he's back after vacations (I believe 13th this month). However, I think we could get rid of our implementation starting from |
bnowak
approved these changes
Jul 3, 2026
| ## Dispatch message | ||
|
|
||
| Dispatch a message from your code like in the following example: | ||
| To have a task processed in the background, dispatch an appriopriate message by using the `\Symfony\Component\Messenger\MessageBusInterfac\MessageBusInterface::dispatch()` method, exactly as described in [Symfony Messenger documentation]([[= symfony_doc =]]/messenger.html#dispatching-the-message): |
Contributor
There was a problem hiding this comment.
like failure says, typo in appriopriate 😉
Contributor
Author
There was a problem hiding this comment.
Thank you, all typos fixed in github.com//pull/3272/changes/f68bd8d9156227d7e9978813f77900d2f276a5de 🙈
| ``` | ||
|
|
||
| ### Register handler | ||
| Additionally, attach message metada by using [stamps](#stamps). |
konradoboza
approved these changes
Jul 3, 2026
Contributor
Author
Ok, let's wait for Paweł's feedback |
code_samples/ change report
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Target: 5.0 only for now.
Doc for:
Two things:
TODO in 6.0: