Skip to content

Commit

Permalink
Fix qpid-quarkus links
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanshenbo authored May 11, 2022
1 parent ddcbc9e commit 58cea5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amqp-qpid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ To enable the IBM MQ AMQP service in the container image, you will need to custo
## AMQP QPID samples
There are two sets of samples.
* [qpid-standard](/amqp-qpid/qpid-standard/README.md)
* [qpid-quarkus]((/amqp-qpid/qpid-quarkus/README.md))
* [qpid-quarkus](/amqp-qpid/qpid-quarkus/README.md)

Most of the code is common, and shared through symbolic links. Each has its own
maven `pom.xml`, build and run instructions.

## Run configurations and options
Each set of samples has its own mechanism for configuration.
* [qpid-standard](/amqp-qpid/qpid-standard/README.md) uses command line arguments, JNDI and an associated `src/main/resources/jndi.prpperties` file.
* [qpid-quarkus]((/amqp-qpid/qpid-quarkus/README.md)) uses
* [qpid-quarkus](/amqp-qpid/qpid-quarkus/README.md) uses
a quarkus `src/main/resources/application.properties` file

### Mode Options
Expand Down

0 comments on commit 58cea5a

Please sign in to comment.