Versions Compared

Key

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

...

  1. Run a shell Job that runs a Java class on an Agent which sends a JSON body to a message queue (MQ) 
  2. Run a shell Job that runs a Java class on an Agent which receives a JSON body from an MQ and
  3. executes a JOC API call with the given JSON body.

...

  • the argument "produce" determines to use a SOSProducer to publish a message (JSON body) to a message queue.
  • the argument "consume" determines to use a SOSConsumer to read a message (JSON body) from a message queue and
  • login to a JS JOC API, send an API call /orders/add with the body received from the message queue and logout again.

...