RRBJMSBindingInvoker.invoke() should be setting timeout
-------------------------------------------------------

                 Key: TUSCANY-3969
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3969
             Project: Tuscany
          Issue Type: Bug
          Components: SCA Java Runtime
    Affects Versions: Java-SCA-2.x
            Reporter: Jennifer A Thompson


The RRBJMSBindingInvoker.invoke() isn't setting the JMSTimeToLive timeout 
value. For example, I might expect to see something like the following in the 
invoke method:

Long ttl = jmsBinding.getOperationJMSTimeToLive(operationName);
            if (ttl != null)
                context.setTimeToLive(ttl);
<followed by additional code to handle two way operations>

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