File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ cd ~/asyncapi-java-tutorial
3232These commands will allow you to run the Java Template publisher/subscriber model using IBM MQ.
33331 . Run the AsyncAPI Generator. <br >** Note:** You may need to change the username and password values if you have not followed the IBM MQ tutorial.
3434 ```
35- ag https://ibm.biz/kafka -asyncapi-yml-sample https://ibm.biz/asyncapi-java-template -o ./output -p server=production -p user=app -p password=passw0rd
35+ ag https://ibm.biz/mq -asyncapi-yml-sample https://ibm.biz/asyncapi-java-template -o ./output -p server=production -p user=app -p password=passw0rd
3636 ```
3737 **Note:** The syntax of the above command is shown below. You do not need to run the below line, it is for informational purposes only.
3838 ```
You can’t perform that action at this time.
0 commit comments