File tree Expand file tree Collapse file tree 3 files changed +40
-40
lines changed
Expand file tree Collapse file tree 3 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -29,22 +29,22 @@ build\install\java-amqp-demo\bin\java-amqp-demo.bat
2929```
3030
3131** NOTE** The application can be run in the folowing ways:
32- 1. If you want to connect to our default URI and default credentials (guest/guest):
33- ```
34- /java-amqp-demo
35- ```
36- 2. If you want to connect to your own local Kaazing Gateway URI (ex: * ws://localhost:8000/zmqp* ):
37- ```
38- /java-jms-demo '{YOUR.GATEWAY.URI}'
39- ```
40- 3. If you want to use credentials with our default URI:
41- ```
42- /java-aqmp-demo 'username' ` password `
43- ```
44- 4. If you have setup your gateway for authentification:
45- ```
46- /java-jms-demo '{YOUR.GATEWAY.URI}' '{USERNAME}' '{PASSWORD}'
47- ```
32+ - To connect to our default URI and default credentials (guest/guest):
33+ ```
34+ /java-amqp-demo
35+ ```
36+ - To connect to your own local Kaazing Gateway URI (ex: * ws://localhost:8000/zmqp* ):
37+ ```
38+ /java-jms-demo '{YOUR.GATEWAY.URI}'
39+ ```
40+ - To use credentials with our default URI:
41+ ```
42+ /java-aqmp-demo 'username' `password`
43+ ```
44+ - If you have setup your gateway for authentification:
45+ ```
46+ /java-jms-demo '{YOUR.GATEWAY.URI}' '{USERNAME}' '{PASSWORD}'
47+ ```
4848
4949** Note:** If you encounter an exception, try running the program as the root user (` sudo ` ).
5050
Original file line number Diff line number Diff line change 2727build\install\java-jms-demo\bin\java-jms-demo.bat
2828```
2929** NOTE** The application can be run in the folowing ways:
30- 1. If you want to connect to our defult URI:
31- ```
32- /java-jms-demo
33- ```
34- 2. If you want to connect to your own local Kaazing Gateway URI (ex: * ws://localhost:8000/jms* ):
35- ```
36- /java-jms-demo '{YOUR.GATEWAY.URI}'
37- ```
38- 3. If you want to use credentials with our default URI:
39- ```
40- /java-jms-demo 'joe' ` welcome `
41- ```
42- 4. If you have setup your gateway for authentification:
43- ```
44- /java-jms-demo '{YOUR.GATEWAY.URI}' '{USERNAME}' '{PASSWORD}'
45- ```
30+ - To connect to our defult URI:
31+ ```
32+ /java-jms-demo
33+ ```
34+ -To your own local Kaazing Gateway URI (ex: * ws://localhost:8000/jms* ):
35+ ```
36+ /java-jms-demo '{YOUR.GATEWAY.URI}'
37+ ```
38+ - To use credentials with our default URI:
39+ ```
40+ /java-jms-demo 'joe' `welcome`
41+ ```
42+ - If you have setup your gateway for authentification :
43+ ```
44+ /java-jms-demo '{YOUR.GATEWAY.URI}' '{USERNAME}' '{PASSWORD}'
45+ ```
4646
4747## Interact with Kaazing Java WebSocket Client API
4848
Original file line number Diff line number Diff line change 2828build\install\java-ws-demo\bin\java-ws-demo.bat
2929```
3030** NOTE** The application can be run in the folowing ways:
31- 1. If you want to connect to our defult URI:
32- ```
33- /java-ws-demo
34- ```
35- 2. If you want to connect to your own local Kaazing Gateway URI (ex: * ws://localhost:8000/echo* ):
36- ```
37- /java-ws-demo '{YOUR.GATEWAY.URI}'
38- ```
31+ - To connect to our defult URI:
32+ ```
33+ /java-ws-demo
34+ ```
35+ - To connect to your own local Kaazing Gateway URI (ex: * ws://localhost:8000/echo* ):
36+ ```
37+ /java-ws-demo '{YOUR.GATEWAY.URI}'
38+ ```
3939
4040** Note:** If you encounter an exception, try running the program as the root user (` sudo ` ).
4141
You can’t perform that action at this time.
0 commit comments