Skip to content

Commit

Permalink
Merge pull request quarkusio#38638 from gsmet/unify-activemq-artemis-…
Browse files Browse the repository at this point in the history
…broker-version

Update activemq-artemis-broker container to 1.0.25
  • Loading branch information
cescoffier authored Feb 7, 2024
2 parents 54b43f5 + df6b11f commit 11bef66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/amqp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ version: '2'
services:
artemis:
image: quay.io/artemiscloud/activemq-artemis-broker:0.1.2
image: quay.io/artemiscloud/activemq-artemis-broker:1.0.25
ports:
- "8161:8161"
- "61616:61616"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/jms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can follow the instructions from the https://activemq.apache.org/components/

[source,bash]
----
docker run -it --rm -p 8161:8161 -p 61616:61616 -p 5672:5672 -e AMQ_USER=quarkus -e AMQ_PASSWORD=quarkus quay.io/artemiscloud/activemq-artemis-broker:1.0.21
docker run -it --rm -p 8161:8161 -p 61616:61616 -p 5672:5672 -e AMQ_USER=quarkus -e AMQ_PASSWORD=quarkus quay.io/artemiscloud/activemq-artemis-broker:1.0.25
----

=== The price producer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class AmqpDevServicesBuildTimeConfig {
* page</a>
* to find the available versions.
*/
@ConfigItem(defaultValue = "quay.io/artemiscloud/activemq-artemis-broker:1.0.22")
@ConfigItem(defaultValue = "quay.io/artemiscloud/activemq-artemis-broker:1.0.25")
public String imageName;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ mp.messaging.outgoing.prices-out.destination=prices
smallrye.messaging.worker.<virtual-thread>.max-concurrency=5

quarkus.artemis.devservices.enabled=true
quarkus.artemis.devservices.image-name=quay.io/artemiscloud/activemq-artemis-broker:1.0.18
quarkus.artemis.devservices.image-name=quay.io/artemiscloud/activemq-artemis-broker:1.0.25

0 comments on commit 11bef66

Please sign in to comment.