You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+22-6Lines changed: 22 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,26 @@
1
-
By accessing code under the [Particular Software GitHub Organization](https://github.com/Particular) (Particular Software) here, you are agreeing to the following licensing terms.
2
-
If you do not agree to these terms, do not access Particular Software code.
1
+
By accessing code under the [Particular Software GitHub Organization](https://github.com/Particular) (Particular Software) here, you are agreeing to the following licensing terms. If you do not agree to these terms, do not access Particular Software code.
3
2
4
-
Your license to Particular Software source code and/or binaries is governed by the Reciprocal Public License 1.5 (RPL1.5) license as described here:
3
+
Your license to the artifacts in this repository is governed by the [MIT License](https://opensource.org/license/MIT), as described here:
5
4
6
-
https://opensource.org/license/rpl-1-5/
5
+
Copyright (c) Particular Software Limited
6
+
7
+
Permission is hereby granted, free of charge, to any person obtaining a copy
8
+
of this software and associated documentation files (the "Software"), to deal
9
+
in the Software without restriction, including without limitation the rights
10
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+
copies of the Software, and to permit persons to whom the Software is
12
+
furnished to do so, subject to the following conditions:
13
+
14
+
The above copyright notice and this permission notice shall be included in
15
+
all copies or substantial portions of the Software.
16
+
17
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
+
THE SOFTWARE.
24
+
```
7
25
8
-
If you do not wish to release the source of software you build using Particular Software source code and/or binaries under the terms above, you may use Particular Software source code and/or binaries under the License Agreement described here:
Copy file name to clipboardExpand all lines: README.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,11 @@ This showcase consists of 4 processes hosting MassTransit message producers and
6
6
7
7
## Launching the Showcase in Docker
8
8
9
-
The showcase requires a connection to a broker (by default RabbitMQ), [ServiceControl](https://hub.docker.com/r/particular/servicecontrol) container, [ServicePulse](https://hub.docker.com/r/particular/servicepulse) container and the [MassTransit Connector for ServiceControl](https://hub.docker.com/r/particular/servicecontrol-masstransit-connector) container.
10
9
To help getting started we have created a few docker compose files that orchestrate all this setup for you.
11
10
12
-
Run the docker command below from the `src` folder in a terminal.
11
+
* First, make sure you've pulled down the repository to your machine.
12
+
* Second, open a terminal and navigate to the `src` folder in your local copy of the repository.
@@ -68,21 +69,21 @@ Run the solution to start the demo.
68
69
69
70
## Opening the showcase UI
70
71
71
-
Navigate to http://localhost:61335/ to see the UI. Click `Run Scenario` to start the showcase scenario and generate some simulated message handling failures.
72
+
Navigate to http://localhost:61335/ to see the UI.
72
73
73
-
## Handling failures with the Particular Platform
74
+
Click `Run Scenario` to send some messages and generate some simulated failures.
74
75
75
-
### Inspecting failures
76
+
##Managing errors
76
77
77
-
Navigate to [http://localhost:9090](http://localhost:9090) in a new tab, or click the `View in ServicePulse` button, to see the details on failures ingested by the platform.
78
+
Navigate to [http://localhost:9090](http://localhost:9090) in a new tab, or click the `View Failures` button, to see the details on failures ingested by the platform.
Click on the "Failed Messages" button at the top of the page to see all failed messages ingested by the platform, grouped by the exception type and stack trace.
Drill into an existing group to see the list of individual processing failures. Clicking on any of the rows in the list shows detailed information of a given failed message in the headers and message body tabs.
88
89
@@ -91,7 +92,7 @@ A failed message can be scheduled for reprocessing by clicking the `Retry messag
91
92
> [!NOTE]
92
93
> It may take several seconds after retrying a message for it to appear again in the consumer's input queue
0 commit comments