PRODUCE
Produces a message using the specified Producer and a JSON configuration. Use JSON to create a configuration object or reference an existing configuration from the outbox using the outbox function or from the inbox using INBOX.
Syntax
=PRODUCE(Producer, JSONConfiguration)
Arguments
| Name | Description | 
|---|---|
| Producer | Producer to use for producing. | 
| JSONConfiguration | A JSON that is either an existing message from the outbox or inbox, or created with JSON or DICTIONARY. A "message" field is required, all other fields depend on the used Producer. | 
Return
TRUE, if no error.
Examples
None