Commit 11991d6
committed
fix: revert default retention to Limits; set WorkQueue in drain test
Default stream retention stays Limits (broker-agnostic default).
The enqueuePopAck_drainsStream test requires WorkQueue semantics so
it now sets the policy explicitly on its own config, matching the
pattern already used by JetStreamMessageBrokerPeekIT.
Assisted-By: Claude Code1 parent 76fe68f commit 11991d6
3 files changed
Lines changed: 5 additions & 3 deletions
File tree
- rqueue-nats/src
- main/java/com/github/sonus21/rqueue/nats
- test/java/com/github/sonus21/rqueue/nats
- rqueue-spring-boot-starter/src/main/java/com/github/sonus21/rqueue/spring/boot
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | | - | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments