HTTP Channel Connection Properties

To configure your HTTP channel application, you can add HTTP channel connection properties provided by TIBCO BusinessEvents in the system TRA file or on the Cluster tab in the project CDD file.

You can set the following properties by using the system properties also. You can set the system properties on the Java command line by using the -Dpropertyname=value syntax. For more information about Java HTTP client properties, see Java SE documentation.

HTTP Channel Configuration Properties
Property Notes
com.tibco.be.http.client.userAgent

Specifies the custom User-Agent value to Override the User-Agent HTTP request header property.

The default value is TIBCO BusinessEvents/<version>.

com.tibco.be.http.client.useExpectContinue

Enables or disables the expect-continue paradigm for a TIBCO BusinessEvents HTTP client.

The default value is true.

com.tibco.be.http.client.retryCount Specifies the number of retry attempts to connect to the HTTP client.

By default, retry attempts are disabled.

be.engine.channel.http.client.connectionTimeout

Specifies the number of milliseconds to wait while a connection is being established.

This property works when a new connection needs to be established. If a new connection does not need to be established and a connection can be reused from a previous request, then this timeout duration has no effect.

com.tibco.be.http.root Specifies the directory path to store the temporary files used by the HTTP server.

By default, the HTTP server will create a new directory every time it starts. To avoid creating multiple directories, you can reuse an existing directory by specifying its path.

com.tibco.be.http.client.maxConnPerRoute Specifies the total maximum connections per route for the HTTP client.

The default value is 10.