NextGen Knowledge Center

Source Settings

These are general settings that apply to all source connectors. It includes configuring the source queue, the response to send back to originating systems, batch processing, and maximum processing threads.

ItemNameDescription
ASource QueueThis determines whether the source queue is enabled. It also determines when the selected response will be sent back to the originating system.
  • OFF (Respond after processing): Selecting OFF will process the message before sending the response. In this scenario you may use the response from destinations, the response map, or the post-processor. This is the Default selection.
  • ON (Respond before processing): Selecting ON will queue messages and immediately send a response. In this scenario you may only choose to not respond with anything, or to use an auto-generated response.
BQueue Buffer SizeThe buffer size for the source queue, only apply when Source Queue = ON. Up to this many connector messages may be held in memory at once when queuing. Default = 1000.
CResponseDetermines what response to send back to the originating system. You may choose a destination's response, the post-processor return value, a response map variable, an auto-generation option, or None indicating that you do not want to send a response back at all.

Select Auto-generate to send a response generated by the inbound data type using the raw message:

  • Before processing: Response generated before the channel processes the message (SENT status)
  • After source transformer: Response generated after the channel processes the message (source connector status)
  • Destinations completed: Response generated after the channel processes the message, with a status based on the destination statuses, using a precedence of ERROR, QUEUED, SENT, FILTERED.
DProcess BatchSelect Yes to enable batch processing. Batch messages are only supported if the source connector's inbound properties contains a Batch section. For additional information see Batch Processing
EBatch ResponseEach message in the batch contains its own response that is generated via the method selected above. Select either the response from the first or last message in the batch to be sent back to the originating system.
FMax Processing ThreadsThe maximum number of messages that can be processed through the channel simultaneously. By default this is set to 1, meaning that only one message can bd processed through a channel at any given time (does not include asynchronous processes like the destination queue). Increasing this setting can greatly improve channel performance / throughput, at the cost of message order preservation.