Developer code overview page slightly incorrect for default wire format
-----------------------------------------------------------------------

                 Key: AMQ-3796
                 URL: https://issues.apache.org/jira/browse/AMQ-3796
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Documentation
            Reporter: Christian Posta
            Priority: Minor


On the code-overview page under "Default Wire Format" it says: 

"The default wire format writes a byte which indicates the kind of Command 
which is being sent (see the Command interface which defines all the int 
constants for each type of command."

There are two things that should be corrected: 

1) The actual interface that holds the byte info for each Command is 
org.apache.activemq.command.CommandTypes
2) The link to the Command interface is a 404. Should be updated to latest doc 
for CommandTypes

Here is the HTML that corrects this:

<p>The default wire format writes a byte which indicates the kind of Command 
which is being sent (see the <a 
href="http://activemq.apache.org/maven/5.5.0/activemq-core/apidocs/org/apache/activemq/command/CommandTypes.html";
 class="external-link" rel="nofollow">CommandTypes</a> interface which defines 
all the int constants for each type of command.</p>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to