Skip to content

Commit

Permalink
1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Jan 16, 2024
1 parent 15160ab commit 2ef1ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### 1.0.29
* 添加 消息过期支持
* sokcet.d 升为 2.3.6
* solon 升为 2.6.5

```java
let msg = new MqMessage("hello").expiration(new Date(System.currentTimeMillis() + 5000));
Expand Down

0 comments on commit 2ef1ad1

Please sign in to comment.