You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/smallrye-reactive-messaging-amqp/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/amqp/deployment/AmqpDevServicesBuildTimeConfig.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,20 @@ public class AmqpDevServicesBuildTimeConfig {
30
30
* The image to use.
31
31
* Note that only ActiveMQ Artemis images are supported.
32
32
* Specifically, the image repository must end with {@code artemiscloud/activemq-artemis-broker}.
33
-
*
33
+
* <p>
34
34
* Check the <a href="https://quay.io/repository/artemiscloud/activemq-artemis-broker">activemq-artemis-broker on Quay
Copy file name to clipboardExpand all lines: extensions/smallrye-reactive-messaging-amqp/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/amqp/deployment/AmqpDevServicesProcessor.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@
37
37
38
38
/**
39
39
* Starts a AMQP 1.0 broker as dev service if needed.
40
-
* It uses https://quay.io/repository/artemiscloud/activemq-artemis-broker as image.
41
-
* See https://artemiscloud.io/ for details.
40
+
* It uses <a href="https://quay.io/repository/artemiscloud/activemq-artemis-broker">activemq-artemis-broker</a> as image.
41
+
* See <a href="https://artemiscloud.io/">Artemis Cloud</a> for details.
0 commit comments