https://github.com/codeweiz/springboot-activemq-demo
springboot-activemq-demo
https://github.com/codeweiz/springboot-activemq-demo
Last synced: 28 days ago
JSON representation
springboot-activemq-demo
- Host: GitHub
- URL: https://github.com/codeweiz/springboot-activemq-demo
- Owner: codeweiz
- Created: 2022-02-14T12:47:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T12:47:06.000Z (over 4 years ago)
- Last Synced: 2024-03-22T14:45:00.647Z (over 2 years ago)
- Language: Java
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
使用 NIO 协议通信:在 activemq.xml 中设置对应的 transportConnector 即可,这里加入 nio
```
```
使用增强型 NIO 协议通信:在 activemq.xml 中设置对应的 transportConnector 即可,这里加入 auto+nio
```
```