WAMP Features Configuration Reference
WAMP URIs
wamp.uri.strictness
Since v0.9.0
Call Timeout
wamp.call_timeout
Since v0.1.0
The default timeout for WAMP (RPC) Calls when the CALL.Options.timeout
property is not used. This value will be restricted by the wamp.max_call_timeout
property.
wamp.max_call_timeout
Since v0.1.0
The maximum timeout value for WAMP (RPC) Calls for the CALL.Options. timeout
or the wamp.call_timeout
default.
No infinite timeout support
According to WAMP, an unspecified timeout or a value of 0
disables the feature, but we disagree, there should be no such thing as "infinite timeouts". Set it to 24 hours, a week or even a year if you want.
Message Retention
wamp.message_retention.default_ttl
Since v0.9.0
wamp.message_retention.enabled
Since v0.9.0
wamp.message_retention.max_memory
Since v0.9.0
wamp.message_retention.max_message_size
Since v0.9.0
wamp.message_retention.max_messages
Since v0.9.0
wamp.message_retention.storage_type
Since v0.9.0