...
Property | Usage | Default | Description |
---|---|---|---|
enable_semp | optional | false | Property controlling whether or not Solace semp over messaging requests are enabled. Controls whether or not semp over messaging requests are enabled. This property must be enabled in order to query the solace appliance for existing subscriptions. This requires that the appliance has semp over messaging-enabled and that the user is authorized to make semp requests. |
orphan_subscription_check | optional | None | Property controlling the orphan subscription check policy. This policy controls checks for orphaned Guaranteed subscriptions done when the solace binding is started. The check for orphaned is performed after the bindings subscription are created, but just before messaging is started. The solace appliance is queried for the list of Guaranteed subscriptions on the Queue and compared to the subscriptions that were issued. Any subscriptions on the queue that were not issued by the binding are deemed to be orphans. When using a policy other than |
semp_version | recommended | soltr/7_1_1 | The version of semp requests must match that supported by the messaging appliance. If this property is not set semp requests will be retried using the version reported in the error response if a version mismatch is detected. Setting this property correctly avoids the need to make the initial request to determine the semp version. |
semp_request_timeout | recommended | 10000 | Property controlling what timeout to use for semp requests in milliseconds. It is recommended that you test against your appliance and application under load to ensure that the default timeout of 10 seconds is sufficient. |
subscription_validator | unsupported | - | This is a legacy property that allows the application registered callback to perform additional subscription validation. This should only be used on guidance for Neeve support. |
...