Hide Forgot
Description of problem: There is missing list of attributes with their description for messaging subsystem in "Administration and Configuration Guide" as we have in documentation for EAP 5. [1][2] Expected results: There should be table with name of the attribute, its type, default value and description. [1] http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5/html-single/HornetQ_User_Guide/index.html#server.configuration [2] http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5/html-single/HornetQ_User_Guide/index.html#hornetq-jms_xml_Reference
Thanks Miroslav. Can the existing content be ported into the 6 docs, or are the attributes different in later releases?
Name of the attributes is not always the same. Probably the best way is to check xsd schema: jboss-as-messaging_1_4.xsd in EAP 6.2.0.GA. Also all attributes are described when you connect to CLI and run command: /subsystem=messaging/hornetq-server=default:read-resource-description Thanks for looking at this. I've attached output from cli. (messasging_subsystem.txt)
Created attachment 860437 [details] messagign-subsystem.txt
That's awesome Miroslav, thanks!
Thanks Nidhi