
ActiveMq
文章平均质量分 88
ActiveMq
cxd@cxd
这个作者很懒,什么都没留下…
展开
-
ActiveMq_07_SpringBoot整合ActiveMq
pom文件 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/x原创 2024-05-12 22:23:53 · 510 阅读 · 0 评论 -
ActiveMq_06_Spring整合ActiveMq
消费者配置了自动监听,就相当于在spring里面后台运行,有消息就运行我们实现监听类里面的方法,也就是说我们只需要启动生产者就可以了,消费者只要配置好就可以正常访问; 建议用我的版本,会存在一些未知的问题。写一个类来实现消息监听。原创 2024-05-12 00:42:37 · 1013 阅读 · 0 评论