The SynchronousRequestQueue property delivers request messages that require a synchronous response from the connector framework to the broker. This queue is necessary only if the connector uses synchronous execution. With synchronous execution, the connector framework sends a message to the synchronous request queue and waits for a response from the broker on the synchronous response queue. The response message sent to the connector has a correlation ID that matches the ID of the original message.
This property is valid only if the value of DeliveryTransport is JMS.
Default value: CONNECTORNAME/SYNCHRONOUSREQUESTQUEUE
Possible values: CONNECTORNAME/SYNCHRONOUSREQUESTQUEUE
Update method: Component restart