mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Add ActiveMQ starter reference
This commit also deprecates the HornetQ starter.
This commit is contained in:
@@ -583,6 +583,10 @@ initializr:
|
|||||||
groupId: org.apache.camel
|
groupId: org.apache.camel
|
||||||
artifactId: camel-spring-boot-starter
|
artifactId: camel-spring-boot-starter
|
||||||
version: 2.17.1
|
version: 2.17.1
|
||||||
|
- name: JMS (ActiveMQ)
|
||||||
|
id: activemq
|
||||||
|
description: Java Message Service API via Apache ActiveMQ
|
||||||
|
versionRange: 1.4.0.BUILD-SNAPSHOT
|
||||||
- name: JMS (Artemis)
|
- name: JMS (Artemis)
|
||||||
id: artemis
|
id: artemis
|
||||||
description: Java Message Service API via Apache Artemis
|
description: Java Message Service API via Apache Artemis
|
||||||
@@ -590,6 +594,7 @@ initializr:
|
|||||||
- name: JMS (HornetQ)
|
- name: JMS (HornetQ)
|
||||||
id: hornetq
|
id: hornetq
|
||||||
description: Java Message Service API via HornetQ
|
description: Java Message Service API via HornetQ
|
||||||
|
versionRange: "[1.1.0.RELEASE,1.4.0.RC1)"
|
||||||
- name: AMQP
|
- name: AMQP
|
||||||
id: amqp
|
id: amqp
|
||||||
description: Advanced Message Queuing Protocol via spring-rabbit
|
description: Advanced Message Queuing Protocol via spring-rabbit
|
||||||
|
Reference in New Issue
Block a user