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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,5 @@ API for Microsoft Message queue (MSMQ). This API extents the API with:
5
5
- Queue Handler (Listener) to trigger handler method when messages are received
6
6
- Automatic management of queues (Create and Delete)
7
7
8
-
This API only includes a sub set of the features in MSMQ, but the features that are most used (and needed for my other solution). The API makes the use of MSMQ easy and strait forward.
8
+
This API only includes a sub set of the features in MSMQ, but the features that are most used (and needed for my other solution).
9
+
The API makes the use of MSMQ easy and strait forward.
0 commit comments