You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (Created) (JIRA)" <ji...@apache.org> on 2011/10/02 23:27:33 UTC

[jira] [Created] (QPID-3516) Docbook recent changes to Java client system properties

Docbook recent changes to Java client system properties
-------------------------------------------------------

                 Key: QPID-3516
                 URL: https://issues.apache.org/jira/browse/QPID-3516
             Project: Qpid
          Issue Type: Task
          Components: Documentation
            Reporter: Keith Wall
            Assignee: Keith Wall
            Priority: Minor


The list of supported Java Client System Properties in the docbook documentation is out of date. I see that:

The following are missing:

* qpid.amqp.version
* qpid.sync_op_timeout (QPID-3449 - synonym for amqj.default_syncwrite_timeout)
* qpid.transport (QPID-3345 - transport impl class)

and support for the following has been removed (with MINA removal?):

* amqj.protocolprovider.class
* amqj.sendBufferSize
* amqj.receiveBufferSize

Finally camel-case mismatch:  docs say: amqj.tcpNoDelay whereas code says: amqj.tcp_nodelay


--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3516) Docbook recent changes to Java client system properties

Posted by "Keith Wall (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall updated QPID-3516:
-----------------------------

    Status: Ready To Review  (was: In Progress)
    
> Docbook recent changes to Java client system properties
> -------------------------------------------------------
>
>                 Key: QPID-3516
>                 URL: https://issues.apache.org/jira/browse/QPID-3516
>             Project: Qpid
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>            Priority: Minor
>
> The list of supported Java Client System Properties in the docbook documentation is out of date. I see that:
> The following are missing:
> * qpid.amqp.version
> * qpid.sync_op_timeout (QPID-3449 - synonym for amqj.default_syncwrite_timeout)
> * qpid.transport (QPID-3345 - transport impl class)
> and support for the following has been removed (with MINA removal?):
> * amqj.protocolprovider.class
> * amqj.sendBufferSize
> * amqj.receiveBufferSize
> Finally camel-case mismatch:  docs say: amqj.tcpNoDelay whereas code says: amqj.tcp_nodelay

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3516) Docbook recent changes to Java client system properties

Posted by "Keith Wall (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128466#comment-13128466 ] 

Keith Wall commented on QPID-3516:
----------------------------------

Changes applied to Programming-In-Apache-Qpid and AMQP-Messaging-Broker-Java-Book books.

Robbie, could you review please?
cheers Keith.
                
> Docbook recent changes to Java client system properties
> -------------------------------------------------------
>
>                 Key: QPID-3516
>                 URL: https://issues.apache.org/jira/browse/QPID-3516
>             Project: Qpid
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>            Priority: Minor
>
> The list of supported Java Client System Properties in the docbook documentation is out of date. I see that:
> The following are missing:
> * qpid.amqp.version
> * qpid.sync_op_timeout (QPID-3449 - synonym for amqj.default_syncwrite_timeout)
> * qpid.transport (QPID-3345 - transport impl class)
> and support for the following has been removed (with MINA removal?):
> * amqj.protocolprovider.class
> * amqj.sendBufferSize
> * amqj.receiveBufferSize
> Finally camel-case mismatch:  docs say: amqj.tcpNoDelay whereas code says: amqj.tcp_nodelay

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3516) Docbook recent changes to Java client system properties

Posted by "Keith Wall (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall updated QPID-3516:
-----------------------------

    Fix Version/s: 0.13
    
> Docbook recent changes to Java client system properties
> -------------------------------------------------------
>
>                 Key: QPID-3516
>                 URL: https://issues.apache.org/jira/browse/QPID-3516
>             Project: Qpid
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Keith Wall
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.13
>
>
> The list of supported Java Client System Properties in the docbook documentation is out of date. I see that:
> The following are missing:
> * qpid.amqp.version
> * qpid.sync_op_timeout (QPID-3449 - synonym for amqj.default_syncwrite_timeout)
> * qpid.transport (QPID-3345 - transport impl class)
> and support for the following has been removed (with MINA removal?):
> * amqj.protocolprovider.class
> * amqj.sendBufferSize
> * amqj.receiveBufferSize
> Finally camel-case mismatch:  docs say: amqj.tcpNoDelay whereas code says: amqj.tcp_nodelay

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3516) Docbook recent changes to Java client system properties

Posted by "Robbie Gemmell (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved QPID-3516.
----------------------------------

    Resolution: Fixed

Looks good.
                
> Docbook recent changes to Java client system properties
> -------------------------------------------------------
>
>                 Key: QPID-3516
>                 URL: https://issues.apache.org/jira/browse/QPID-3516
>             Project: Qpid
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Keith Wall
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.13
>
>
> The list of supported Java Client System Properties in the docbook documentation is out of date. I see that:
> The following are missing:
> * qpid.amqp.version
> * qpid.sync_op_timeout (QPID-3449 - synonym for amqj.default_syncwrite_timeout)
> * qpid.transport (QPID-3345 - transport impl class)
> and support for the following has been removed (with MINA removal?):
> * amqj.protocolprovider.class
> * amqj.sendBufferSize
> * amqj.receiveBufferSize
> Finally camel-case mismatch:  docs say: amqj.tcpNoDelay whereas code says: amqj.tcp_nodelay

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Assigned] (QPID-3516) Docbook recent changes to Java client system properties

Posted by "Keith Wall (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall reassigned QPID-3516:
--------------------------------

    Assignee: Robbie Gemmell  (was: Keith Wall)
    
> Docbook recent changes to Java client system properties
> -------------------------------------------------------
>
>                 Key: QPID-3516
>                 URL: https://issues.apache.org/jira/browse/QPID-3516
>             Project: Qpid
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Keith Wall
>            Assignee: Robbie Gemmell
>            Priority: Minor
>
> The list of supported Java Client System Properties in the docbook documentation is out of date. I see that:
> The following are missing:
> * qpid.amqp.version
> * qpid.sync_op_timeout (QPID-3449 - synonym for amqj.default_syncwrite_timeout)
> * qpid.transport (QPID-3345 - transport impl class)
> and support for the following has been removed (with MINA removal?):
> * amqj.protocolprovider.class
> * amqj.sendBufferSize
> * amqj.receiveBufferSize
> Finally camel-case mismatch:  docs say: amqj.tcpNoDelay whereas code says: amqj.tcp_nodelay

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3516) Docbook recent changes to Java client system properties

Posted by "Keith Wall (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120867#comment-13120867 ] 

Keith Wall commented on QPID-3516:
----------------------------------

>From best I can tell, amqj.sendBufferSize and amqj.receiveBufferSize have never applied to the 0-10 code path.   It was QPID-3342 that removed those properties from 0-8..0-9-1 path.

                
> Docbook recent changes to Java client system properties
> -------------------------------------------------------
>
>                 Key: QPID-3516
>                 URL: https://issues.apache.org/jira/browse/QPID-3516
>             Project: Qpid
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>            Priority: Minor
>
> The list of supported Java Client System Properties in the docbook documentation is out of date. I see that:
> The following are missing:
> * qpid.amqp.version
> * qpid.sync_op_timeout (QPID-3449 - synonym for amqj.default_syncwrite_timeout)
> * qpid.transport (QPID-3345 - transport impl class)
> and support for the following has been removed (with MINA removal?):
> * amqj.protocolprovider.class
> * amqj.sendBufferSize
> * amqj.receiveBufferSize
> Finally camel-case mismatch:  docs say: amqj.tcpNoDelay whereas code says: amqj.tcp_nodelay

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org