POST realm/properties
This web method sets the values of the global realm properties.
Properties
JSON Property | Description |
---|---|
com.tibco.ftl.client.publisher.persistence.retry.duration
|
The retry duration for API calls made using persistence publishers, including sends to the persistence service when the publisher mode is store_confirm_send . The default value is -1 (forever). Applications may override this value when creating a publisher. |
com.tibco.ftl.client.subscriber.persistence.retry.duration
|
The retry duration for API calls made using persistence subscribers, including acknowledgments when the ack mode is synchronous. The default value is -1 (forever). Applications may override this value when creating a subscriber. |
com.tibco.ftl.client.map.persistence.retry.duration
|
The retry duration for API calls made using map objects. The default value is -1 (forever). Applications may override this value when creating a map. |
com.tibco.ftl.client.publisher.send.policy
|
The send policy for publishers without persistence. The default value is 1 (non-inline). Applications may override this value when creating a publisher. |
com.tibco.ftl.client.publisher.persistence.send.policy
|
The send policy for persistence publishers. The default value is 0 (inline). Applications may override this value when creating a publisher. |
max_deployment_history
|
Limit the size of the FTL server database by limiting the number of past deployments. |
enable_permissions
|
Set the value of the permissions flag. See Authorization . |
use_endpoint_store_for_inbox
|
Set the value of the use endpoint store for inbox flag. See Endpoint Store Inboxes. |
|
Set the value On when all the clients and servers are FTL 6.10 or greater. The default is off. |
com.tibco.ftl.client.subscriber.nolocal.message.delivery
|
The default no-local setting for newly created subscriptions. See No-Local Message Delivery in “Development”. |
Example Requests
curl -X POST http://<host>:<port>/api/v1/realm/properties -d <json_props>
curl -X POST http://<host>:<port>/api/v1/realm/properties -d '{"max_deployment_history":50}'