Skip to content

Commit

Permalink
more bullet points about things to talk about
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Jul 5, 2019
1 parent 1e2e67f commit 4674944
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion servicepulse/intro-editing-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ Enabling
Editable content
- headers on all messages
- locked headers
- sensitive headers (can be edited but it's better not to as they might lead to unwanted behaviors)
- non-locked headers can be removed (and the removal can be undone)
- message bodies json/xml
- Message editor will show a warning is the edited message is an event (NServiceBus.MessageIntent == Publish)
- As soon as an edited message is retried the original message is marked as resolved
- if the edited message fails it'll be marked as edited, and a link to the original message is provided

Limitations
- The original failed message must be available when the edit+retry is processed
- The original failed message must be available when the edit+retry is processed
- no encrypted properties support

0 comments on commit 4674944

Please sign in to comment.