Changes for page Manage Message Redelivery
Last modified by Danniar Firdausy on 2024/09/18 21:26
From version 7.2
edited by Erik Bakker
on 2023/01/26 09:23
on 2023/01/26 09:23
Change comment:
Update document after refactoring.
To version 12.1
edited by Erik Bakker
on 2023/01/26 11:13
on 2023/01/26 11:13
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - intermediate-message-redelivery-redelivery-in-manage-gen31 +Manage Message Redelivery - Content
-
... ... @@ -1,6 +1,10 @@ 1 1 {{container}} 2 2 {{container layoutStyle="columns"}} 3 3 ((( 4 +{{warning}} 5 +Please note that this microlearning is for the new monitoring stack only. 6 +{{/warning}} 7 + 4 4 In this microlearning, we will learn how you can view the messages that are currently waiting for message redelivery. On top of that, we will learn how you can perform actions on these messages. The primary step we will be focusing on is the redelivery of the message itself. 5 5 6 6 Should you have any questions, please get in touch with academy@emagiz.com. ... ... @@ -11,28 +11,45 @@ 11 11 == 2. Key concepts== 12 12 This microlearning is about redelivering messages from the message redelivery overview in Manage. 13 13 14 -* The message redelivery overview shows metadata about each message that is yet to be redelivered 15 -* Via the Details button you can see the accompanying two weeks (assuming the message was not place in message redelivery more than two weeks ago) 16 -* With the help of the Redelivery button you can redeliver a specific message 17 -* With the help of the Remove button you can remove a specific message 18 -* With the help of the Redeliver All button you can redeliver all messages 19 -* With the help of the Remove All button you can remove all messages waiting to be redelivered 18 +* The message redelivery overview shows the following: 19 + ** The queue on which the error occurred. 20 + ** The payload of the message as it arrived on this queue 21 + ** The header information of the message as it arrived on this queue 22 + ** Metadata about the message 23 +* Via the "Show error message" button you can see the accompanying error for a period of four weeks 24 +* With the help of the "Retry" button you can redeliver a specific message 25 +* With the help of the "Delete message" button you can remove a specific message 26 +* With the help of the "Retry all" button you can redeliver all messages 27 +* With the help of the "Delete all" button you can remove all messages waiting to be redelivered 28 +* With the help of the "Save as test message" button you can save the test message and link it to the flow in which error occurred. 29 +* You can access this overview in two ways: 30 + ** Via Manage -> Explore -> Redelivery 31 + ** Via Manage -> Dashboard -> Select Flow -> Select Error -> "Redelivery" button 20 20 33 +== 3. Manage Message Redelivery == 21 21 22 -== 3. Message Redelivery in Manage == 23 - 24 24 In this microlearning, we will learn how you can view the messages that are currently waiting for message redelivery. On top of that, we will learn how you can perform actions on these messages. The primary step we will be focusing on is the redelivery of the message itself. 25 25 26 -The message redelivery overview can be found in the Manage phase of eMagiz. Within Manage you can navigate to E rrorMessage->MessageRedelivery to access the overview.37 +The message redelivery overview can be found in the Manage phase of eMagiz. Within Manage you can navigate to Explore -> Redelivery to access the overview. In this overview you can search on the queue name or on the original ID (as can be found in the error message under the header called jms_messageId). 27 27 28 - [[image:Main.Images.Microlearning.WebHome@intermediate-message-redelivery-redelivery-in-manage--message-redelivery-overview-empty.png]]39 +{{info}}Note that the overview is sorted ascending on date. This means that the oldest message is shown on top and the latest message is shown at the bottom of the list.{{/info}} 29 29 30 - Once the overview containsmessagesit will look somethingas follows.Foreachmessagewehavea timestampandtwoIDs.41 +[[image:Main.Images.Microlearning.WebHome@intermediate-message-redelivery-redelivery-in-manage-gen3--message-redelivery-overview.png]] 31 31 32 - [[image:Main.Images.Microlearning.WebHome@intermediate-message-redelivery-redelivery-in-manage--message-redelivery-overview-filled-in.png]]43 +On top of that you have the option to "Retry all", "Delete all" messages or "Refresh" the view. As the naming implies the "Retry all" button will retry all messages that are currently available in the message redelivery functionality. Note that for each message that generates a new error a new entry will be created in the message redelivery functionality. The "Delete all" button removes all messages from the message redelivery functionality. With the "Refresh" button you can refresh the overview to see whether new messages arrived on the queue. 33 33 34 -By selecting a specific message an d pressingtheDetailsbutton eMagizwillsearchfortheaccompanyingerrormessagefromtheerrormessagedashboard.IfeMagizcanfindtheaccompanyingerrormessageeMagiz will show youtheerrormessagedetails.45 +By selecting a specific message your view changes as detail information of your selected message will be shown. In this additional overview you see the message, its headers, some metadata, and various options to execute on message level. 35 35 47 +[[image:Main.Images.Microlearning.WebHome@intermediate-message-redelivery-redelivery-in-manage-gen3--message-redelivery-overview-detailed-view.png]] 48 + 49 +After you have selected the specific message you have several additional buttons available. On message level you have the "Retry" and "Delete message" button. They work in a similar fashion as the retry and delete buttons on the overview level only these buttons work **on message level**. 50 + 51 +By pressing the "Show error message" button you can view the accompanying error message that caused the message to end up in the message redelivery functionality. 52 + 53 +[[image:Main.Images.Microlearning.WebHome@intermediate-message-redelivery-redelivery-in-manage-gen3--message-redelivery-overview-show-error-message.png]] 54 + 55 +On top of that we have functionality that allows you to save the test message and link it to the correct flow so you can use it as a test message in your flow testing functionality. For this the button "Save as test message" is used. On top of that you can also "Download" your message if there is a need for it. 56 + 36 36 [[image:Main.Images.Microlearning.WebHome@intermediate-message-redelivery-redelivery-in-manage--error-message-details.png]] 37 37 38 38 Note that there is not always an accompanying error message to be found. In those cases eMagiz will show you an empty error messages pop-up. ... ... @@ -57,12 +57,20 @@ 57 57 58 58 == 5. Key takeaways== 59 59 60 -* The message redelivery overview shows metadata about each message that is yet to be redelivered 61 -* Via the Details button you can see the accompanying two weeks (assuming the message was not place in message redelivery more than two weeks ago) 62 -* With the help of the Redelivery button you can redeliver a specific message 63 -* With the help of the Remove button you can remove a specific message 64 -* With the help of the Redeliver All button you can redeliver all messages 65 -* With the help of the Remove All button you can remove all messages waiting to be redelivered 81 +* The message redelivery overview shows the following: 82 + ** The queue on which the error occurred. 83 + ** The payload of the message as it arrived on this queue 84 + ** The header information of the message as it arrived on this queue 85 + ** Metadata about the message 86 +* Via the "Show error message" button you can see the accompanying error for a period of four weeks 87 +* With the help of the "Retry" button you can redeliver a specific message 88 +* With the help of the "Delete message" button you can remove a specific message 89 +* With the help of the "Retry all" button you can redeliver all messages 90 +* With the help of the "Delete all" button you can remove all messages waiting to be redelivered 91 +* With the help of the "Save as test message" button you can save the test message and link it to the flow in which error occurred. 92 +* You can access this overview in two ways: 93 + ** Via Manage -> Explore -> Redelivery 94 + ** Via Manage -> Dashboard -> Select Flow -> Select Error -> "Redelivery" button 66 66 67 67 == 6. Suggested Additional Readings == 68 68