Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Adjust the configuration file to your own environment.

Code Block
languagetextphp
titlejs7_jms_config
collapsetrue
# Message Server Settings
jms_url       = tcp://localhost:61616

# JS7 JOC Settings
joc_api_url   = http://localhost:4444/joc/api/
username      = root
password      = root

# /orders/add API Settings
controller_id  = standalone
workflow_path  = /JS7Demo/01_HelloWorld/jdHelloWorld

...