WriteQueue_Shared

The sample process uses the WriteQueue activity to write messages to the shared IBM i data queue.

Configuring the WriteQueue_Shared Process
  1. Add the Timer and WriteQueue activities.
  2. Provide the IBMi Connection and name of the Data Queue. Click Verify Queue to get the data queue description.

  3. On the Advanced tab, declare the schema for the input message of the data queue. In the schema, add a field to identify the sharedMessage.

  4. On the Input tab, populate the message to be written to the data queue. The value populated in sharedMessage is "test".

Expected Results

After running or debugging the WriteQueue_Shared process, the input message is written to the IBM i data queue with sharedMessage as "test".