[ https://issues.apache.org/jira/browse/AMQ-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-3796. ------------------------------- Resolution: Fixed Update should appear in the next site update. > 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: >
The default wire format writes a byte which indicates the kind of Command which is being sent (see the CommandTypes interface which defines all the int constants for each type of command.
-- 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