The configuration of the Deploy Swiftlet is defined within the element
<swiftlet name="sys$deploy" .../>
of the router's configuration file. One can use the SwiftMQ Exlorer or CLI for configuration as well. They both save into that file.
Element List "deploy-spaces", Parent Element: "swiftlet"
Deploy Spaces. This element list contains zero or more "deploy-space" elements with this template definition:
Definition
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| name | java.lang.String | Yes | Name of this Deploy Space |
| path | java.lang.String | Yes | Path Name |
| check-interval | java.lang.Long | Yes | Check Interval for Deployment Changes |
Values
| Attribute | Values |
|---|---|
| path | |
| check-interval | Default: 60000 |