0-10 code path hardcodes session timeout to 60 seconds. -------------------------------------------------------
Key: QPID-3449 URL: https://issues.apache.org/jira/browse/QPID-3449 Project: Qpid Issue Type: Improvement Components: Java Broker, Java Client Affects Versions: 0.10, 0.11, 0.12 Reporter: Keith Wall Assignee: Robbie Gemmell The 0-10 code path has a hardcoded timeout value (Session#timeout) used to enforce a maximum time permitted for Method invocation (Session#invoke) and sync (Session#sync). This value is 60,000ms. Users should have the ability to override this setting on both broker and client side in order that they have flexibility to deal with issues such as slow WAN, contended storage etc that may require this parameter to be tuned. -- This message is automatically generated by JIRA. 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-subscr...@qpid.apache.org