Register query groups into the SDP server. To register query groups, execute the sdpcql command with the definition files created during configuration specified. For details about creation of definition files, see 3.4 Creating the SDP server definition files and 3.5 Creating the query definition files.
The files to be specified when query groups are registered are listed below; registration of the stream property file is optional:
An example of the command to be executed is shown below (in this example, QueryGroupSample is the name of the query group property file):
working-directory\bin\sdpcql QueryGroupSample |
You can register a query group and start it at the same time by executing the sdpcql command with the -autostart option specified.
The example shown below simultaneously registers and starts a query group. In this example, QueryGroupSample is the name of the query group property file.
working-directory\bin\sdpcql -autostart QueryGroupSample |
For details about the sdpcql command, see sdpcql (registers a query group) in 7. Commands.