Skip to content

Commit

Permalink
Clarify which version of Java Graal used
Browse files Browse the repository at this point in the history
  • Loading branch information
chughts committed Oct 24, 2024
1 parent 8b21907 commit d9eeff7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions amqp-qpid/qpid-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ You don't need to generate the project, just clone the repository and
cd mq-dev-patterns/amqp-qpid/qpid-quarkus
````

tested native build `mvn package -Pnative` with Java `23.0.1-graalce`, installed using [sdkman](https://sdkman.io)

````
sdk install java 23.0.1-graalce
sdk use java 23.0.1-graalce
````


## MQ Connection properties
The properties that the samples need to connect to MQ are in the
`resources/application.properties` file.
Expand Down

0 comments on commit d9eeff7

Please sign in to comment.