Skip to content

Commit 4dc7687

Browse files
authored
Create README.md
1 parent 5cc38aa commit 4dc7687

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# MsmqExts
2+
MSMQ (Microsoft Message Queuing) helper library
3+
4+
### Feature:
5+
- Support fetch batch messages
6+
7+
### How to run sample:
8+
9+
- Create a MSMQ **transaction** queue
10+
- Update queue name ( `AppConstants.MyQueueName` )
11+
- Run Publisher - Consumer
12+
- Enjoy
13+
14+
Inspired by https://www.hangfire.io

0 commit comments

Comments
 (0)