Skip to content

Commit

Permalink
update image tag to pull ActiveMQ Artemis Server version 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright authored Sep 14, 2023
1 parent 49c0333 commit a18477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/jms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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:0.1.4
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
----

=== The price producer
Expand Down

0 comments on commit a18477b

Please sign in to comment.