Integration Server 11.1 | Integration Server Administrator's Guide | Configuring Integration Server for Streaming | Streaming Connection Aliases | Streaming Configuration Parameters | Integration Server Streaming Configuration Parameters
 
Integration Server Streaming Configuration Parameters
Integration Server has the following streaming configuration parameters.
Parameter
Description
streaming.client.publish.mode
Whether Integration Server publishes events to the streaming provider synchronously or asynchronously. Set to:
*asynchronous. The sending service sends the event to the provider and then continues with service execution. Asynchronous is "fire and forget". A sending service might not be aware of a send failure. This is the default.
*synchronous. The sending service waits until the message has been delivered to the provider before continuing with service execution.
streaming.connection.group.validate.timeout.ms
Number of milliseconds that Integration Server waits for a response from the streaming provider when validating the connection to the streaming connection alias. This occurs when you test the streaming connection alias from the Integration Server Administrator and when Integration Server periodically verifies that a connection is still running. The default is 10000. The value must be a positive integer.
streaming.consumer.validate.consumers.not.greater.than.partitions
Whether the number of consumers can exceed the number of partitions. Set to:
*true to verify that the number of consumers that receive events from a partition cannot exceed the number of partitions. Integration Server throws an exception when the number of consumers exceeds the number of partitions. This is the default.
*false if Integration Server will not verify that the number of consumers does not exceed the number of partitions. A value of false may result in consumers that do not do anything.
This value applies to all consumers created for event triggers that use this streaming connection alias.
Note:
Do not change this property unless instructed to do so by IBM support.