The main class for this sample is Runner
where we create the objects we will need to run our receiver application.
To get started, you will need to clone this repository and cd into it:
cd mq-dev-patterns/reactive-amqp/amqp-vertx
The properties we will need to connect to MQ queue manager in our application:
HOST_NAME
localhost
PORT
- designated AMQP port which is
5672
- designated AMQP port which is
MQ_USER
- MQ app username
PASSWORD
- MQ app password
To build the native executable:
mvn clean package dependency:copy-dependencies
To run the native executable:
java -cp "target/receiver-example-1.jar:target/dependency/*" vertxtutorial.Runner