Skip to content

Commit 0508de5

Browse files
update links
1 parent 9b7be3a commit 0508de5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

spring-jms-activemq-boot/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[![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)
44

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.
66

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)

spring-jms-activemq-boot/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>0.0.1-SNAPSHOT</version>
99

1010
<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>
1313

1414
<parent>
1515
<groupId>org.springframework.boot</groupId>

spring-jms-activemq-helloworld/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[![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)
44

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.
66

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)

spring-jms-activemq-helloworld/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>0.0.1-SNAPSHOT</version>
99

1010
<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>
1313

1414
<parent>
1515
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)