Bug 1019076

Summary: [Doc Bug Fix] Add table with description of attributes for messaging subsystem
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Miroslav Novak <mnovak>
Component: DocumentationAssignee: Nidhi <nsriniva>
Status: CLOSED CURRENTRELEASE QA Contact: Russell Dickenson <rdickens>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: mnovak, msvehla, nsriniva, nziakova, smumford
Target Milestone: GAKeywords: Documentation, FutureFeature
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-28 15:28:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
messagign-subsystem.txt none

Description Miroslav Novak 2013-10-15 06:55:32 UTC
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

Comment 1 Scott Mumford 2014-02-07 04:14:01 UTC
Thanks Miroslav. Can the existing content be ported into the 6 docs, or are the attributes different in later releases?

Comment 2 Miroslav Novak 2014-02-07 10:59:38 UTC
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)

Comment 3 Miroslav Novak 2014-02-07 11:00:15 UTC
Created attachment 860437 [details]
messagign-subsystem.txt

Comment 4 Scott Mumford 2014-02-09 20:35:36 UTC
That's awesome Miroslav, thanks!

Comment 14 Martin Svehla 2014-06-20 07:03:20 UTC
Thanks Nidhi