An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

使用 NIO 协议通信:在 activemq.xml 中设置对应的 transportConnector 即可,这里加入 nio
```







```
使用增强型 NIO 协议通信:在 activemq.xml 中设置对应的 transportConnector 即可,这里加入 auto+nio
```








```