Versions Compared

Key

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

...

Code Block
languageperl
titlejs7_jms_config
collapsetrue
# Message Server Settings
jms_url             = tcp://localhost:61616
jms_queue_name      = test
jms_queue_ttl	time_to_live    = 5000 

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

# /orders/add API Settings
controller_id       = js7
workflow_path       = /myWorkflowToStart  


Workflow

The workflow in this example includes two jobs which both call the main class of the JmsExample.java class with either a produce or a consume argument.

...