[
https://issues.apache.org/jira/browse/TUSCANY-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146236#comment-13146236
]
ant elder commented on TUSCANY-3969:
------------------------------------
I've committed these changes. They have added new methods on the context and
resource factory so i wonder do you have other code that uses those which also
needs to be added/updated in Tuscany?
> 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