Hide Forgot
We need an ability for the server admin to deny the creation of new topics via content spec on the server. The client should report to the user that "Creating new topics via Content Specification is not supported on this server" if it's turned off, and the csprocessor should reject the spec as invalid.
Done will be in build 11
Please add a description of the new feature to this bug. The bugs are essentially the documentation, especially for cutting-edge new features.
In order to enable new topic creation, the following line needs to be added to server files /standalone/configuration/standalone.xml in the <system-properties> section. <property name="csprocessor.allow-new-topics" value="true"/>