PipeSourceParametersActivemqBrokerParameters

data class PipeSourceParametersActivemqBrokerParameters(val batchSize: Int? = null, val credentials: PipeSourceParametersActivemqBrokerParametersCredentials, val maximumBatchingWindowInSeconds: Int? = null, val queueName: String)

Constructors

constructor(batchSize: Int? = null, credentials: PipeSourceParametersActivemqBrokerParametersCredentials, maximumBatchingWindowInSeconds: Int? = null, queueName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchSize: Int? = null

The maximum number of records to include in each batch. Maximum value of 10000.

Link copied to clipboard

The credentials needed to access the resource. Detailed below.

Link copied to clipboard

The maximum length of a time to wait for events. Maximum value of 300.

Link copied to clipboard

The name of the destination queue to consume. Maximum length of 1000.