-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b6c466
commit 71e6aa2
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{"version": 2, "width": 0, "height": 0, "timestamp": 1720801292, "env": {"SHELL": null, "TERM": null}, "title": "NATS by Example: jetstream/ack-ack/java"} | ||
[2.451428, "o", "Consumer 1\r\n Start\r\n # pending messages: 2\r\n # messages with ack pending: 0\r\n"] | ||
[2.464047, "o", " After received but before ack\r\n # pending messages: 1\r\n # messages with ack pending: 1\r\n"] | ||
[2.466065, "o", " After ack\r\n # pending messages: 1\r\n # messages with ack pending: 0\r\n"] | ||
[2.46785, "o", "Consumer 2\r\n Start\r\n # pending messages: 2\r\n # messages with ack pending: 0\r\n"] | ||
[2.469528, "o", " After received but before ack"] | ||
[2.469632, "o", "\r\n"] | ||
[2.469745, "o", " # pending messages: 1"] | ||
[2.469826, "o", "\r\n"] | ||
[2.469945, "o", " # messages with ack pending: 1\r\n"] | ||
[2.471323, "o", " After ack"] | ||
[2.471462, "o", "\r\n"] | ||
[2.472072, "o", " # pending messages: 1\r\n # messages with ack pending: 0\r\n"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Consumer 1 | ||
Start | ||
# pending messages: 2 | ||
# messages with ack pending: 0 | ||
After received but before ack | ||
# pending messages: 1 | ||
# messages with ack pending: 1 | ||
After ack | ||
# pending messages: 1 | ||
# messages with ack pending: 0 | ||
Consumer 2 | ||
Start | ||
# pending messages: 2 | ||
# messages with ack pending: 0 | ||
After received but before ack | ||
# pending messages: 1 | ||
# messages with ack pending: 1 | ||
After ack | ||
# pending messages: 1 | ||
# messages with ack pending: 0 |