MQ Message Producer Component
The MQ Message Producer is used to push messages into the Message Broker. It requires an MQ Resource identifying the Message Broker to connect to, as well as name of the topic or queue it will publish messages on. Data items passed into the Message Producer are converted into Messages and published on the configured topic/queue.
Data Governance
The MQ Message Producer component will record the storage of each data item it sends in the database in the Data Governance System.
Input Channels
default — Receives PipelineData items that are to be converted into Messages and published on the configured destination.
Output Channels
success — Returns the input PipelineData item to allow for additional workflow operations on the object.
error — Returns an ErrorOutput object in the event of a failure trying to send the message. The Error Output object contains a message explaining the failure. In addition to this output, the error is also recorded in the Deployment’s audit logs.
Parameters
resource — (MQ Resource) The resource defining the service to which this component should connect
destinationName — The name of the topic or queue where the component will publish its messages.
destinationType — Specifies whether the destination is a queue or a topic.