File tree 4 files changed +8
-8
lines changed
spring-jms-activemq-helloworld
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Quality Gate] ( https://sonarqube.com/api/badges/gate?key=com.codenotfound:spring-jms-activemq-boot )] ( https://sonarqube.com/dashboard/index/com.codenotfound:spring-jms-activemq-boot )
4
4
5
- A detailed step-by-step tutorial on setting up Spring JMS for ActiveMQ using Spring Boot autoconfiguration .
5
+ A detailed step-by-step tutorial on how to autoconfigure ActiveMQ and Spring JMS using Spring Boot.
6
6
7
- [ https://www.codenotfound.com/spring-jms-activemq- boot-example.html ] ( https://www.codenotfound.com/spring-jms-activemq- boot-example.html )
7
+ [ https://www.codenotfound.com/spring-jms-boot-configuration- example.html ] ( https://www.codenotfound.com/spring-jms-boot-configuration -example.html )
Original file line number Diff line number Diff line change 8
8
<version >0.0.1-SNAPSHOT</version >
9
9
10
10
<name >spring-jms-activemq-boot</name >
11
- <description >Spring JMS - Spring Boot ActiveMQ Example</description >
12
- <url >https://www.codenotfound.com/spring-jms-activemq- boot-example.html</url >
11
+ <description >Spring JMS - Browse Queue Example</description >
12
+ <url >https://www.codenotfound.com/spring-jms-boot-configuration -example.html</url >
13
13
14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Quality Gate] ( https://sonarcloud.io/api/badges/gate?key=com.codenotfound:spring-jms-activemq-helloworld )] ( https://sonarcloud.io/dashboard/index/com.codenotfound:spring-jms-activemq-helloworld )
4
4
5
- A detailed step-by-step tutorial on how to implement an ActiveMQ Consumer and Producer using Spring JMS, ActiveMQ and Spring Boot.
5
+ A detailed step-by-step tutorial on how to connect to ActiveMQ using Spring JMS and Spring Boot.
6
6
7
- [ https://www.codenotfound.com/spring-jms-activemq-consumer-producer- example.html ] ( https://www.codenotfound.com/spring-jms-activemq-consumer-producer -example.html )
7
+ [ https://www.codenotfound.com/spring-jms-activemq-example.html ] ( https://www.codenotfound.com/spring-jms-activemq-example.html )
Original file line number Diff line number Diff line change 8
8
<version >0.0.1-SNAPSHOT</version >
9
9
10
10
<name >spring-jms-activemq-helloworld</name >
11
- <description >Spring JMS - ActiveMQ Consumer Producer Example</description >
12
- <url >https://www.codenotfound.com/spring-jms-activemq-consumer-producer- example.html</url >
11
+ <description >Spring JMS - ActiveMQ Example</description >
12
+ <url >https://www.codenotfound.com/spring-jms-activemq-example.html</url >
13
13
14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments