Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-3969

RRBJMSBindingInvoker.invoke() should be setting timeout

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Java-SCA-2.x
    • None
    • SCA Java Runtime
    • None

    Description

      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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            jennthom Jennifer Thompson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: