Skip to content

Commit

Permalink
Add images
Browse files Browse the repository at this point in the history
  • Loading branch information
dbelcham committed Jul 25, 2019
1 parent fadadfe commit a60611e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added servicepulse/images/edit-message-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servicepulse/images/edit-message-headers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion servicepulse/intro-editing-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ component: ServicePulse
reviewed: 2019-07-04
---

If a message cannot be successfully retried it is possible to fix the malformed message prior to retrying it. Both the headers and the body of a message can be edited.
If a message cannot be successfully retried it is possible to fix the malformed message prior to retrying it. Both the headers and the body of a message can be edited. This capability can be accessed when looking at an individual message.

![Edit Malformed Messages](images/edit-message-details.png 'width=500')

## Enabling the feature

Expand All @@ -15,6 +17,8 @@ The message edit and retry feature is not enabled by default. To enable it, cont

Headers on all failed messages can be edited using this feature. There are three categories of headers, each with different editing restrictions.

![Editing Headers](images/edit-message-headers.png 'width=500')

* **Locked headers:** Headers that are critical to the operation of NServiceBus cannot be edited. These headers will have a lock image next to their name.

* **Sensitive headers:** Headers that, when their values change, may result in unexpected or unwanted behavior are categorized as "Sensitive". When editing these headers the user will be warned of their sensitive nature.
Expand Down

0 comments on commit a60611e

Please sign in to comment.