davsclaus commented on code in PR #34: URL: https://github.com/apache/camel-jbang-examples/pull/34#discussion_r2297735737
########## artemis/README.adoc: ########## @@ -0,0 +1,80 @@ +== Apache ActiveMQ Artemis + +This example shows how to setup connection factory to a remote Apache ActiveMQ Artemis +messaging broker. + +=== Apache ActiveMQ Artemis + +You first need to have an ActiveMQ Artemis broker up and running. +See more at: https://activemq.apache.org/components/artemis/ + +You can run Artemis using Docker via + +[source,sh] +---- +$ docker run --detach --name mycontainer -p 61616:61616 -p 8161:8161 --rm apache/activemq-artemis:latest-alpine Review Comment: Yes that is a good idea -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
