Add producer configurable transaction timeouts
----------------------------------------------

                 Key: QPID-2864
                 URL: https://issues.apache.org/jira/browse/QPID-2864
             Project: Qpid
          Issue Type: New Feature
          Components: Java Broker, Java Client
    Affects Versions: 0.5
            Reporter: Andrew Kennedy
            Assignee: Andrew Kennedy


Add a configurable set of timeouts for transacted producers, to allow both 
warnings on long running and idle transactions, and to allow closing the 
connection when a long running or idle threshold is breached. This will take 
the form of a check performed by the housekeeping thread on all transactional 
sessions that are attached to a connection. Only producer actions will be used 
to update activity on a session.

{code:title=virtualhosts.xml}
<transactionTimeout>
    <openWarn>10000</openWarn>
    <openClose>20000</openClose>
    <idleWarn>5000</idleWarn>
    <idleClose>15000</idleClose>
</transactionTimeout>
{code}

This fix should be forward-ported to trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to