Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-4628

Problem with transactions on switchyard application with IBM JDK

XMLWordPrintable

    • % %
    • Hide
      1. add user/password: `admin/admin`
      2. `bin/fuse`
      3. build and deploy reproducer: `mvn clean install`
      4. send `rollback.GT` message
        1. `jms:send -u admin -p admin amq/JmsInXA fttCamelInQ rollback.GT`
        2. expected number of messages in outbound queues:
          fttCamelInQ: 0
          fttCamelOutGgtQ: 1
          fttCamelOutGltQ: 3
          fttCamelOutLtQ: 3
      5. activemq:purge
      6. send `rollback.LT` message
        1. `jms:send -u admin -p admin amq/JmsInXA fttCamelInQ rollback.LT`
        2. expected number of messages in outbound queues:
          fttCamelInQ: 0
          fttCamelOutGgtQ: 1
          fttCamelOutGltQ: 1
          fttCamelOutLtQ: 1
      Show
      add user/password: `admin/admin` `bin/fuse` build and deploy reproducer: `mvn clean install` send `rollback.GT` message `jms:send -u admin -p admin amq/JmsInXA fttCamelInQ rollback.GT` expected number of messages in outbound queues: fttCamelInQ: 0 fttCamelOutGgtQ: 1 fttCamelOutGltQ: 3 fttCamelOutLtQ: 3 activemq:purge send `rollback.LT` message `jms:send -u admin -p admin amq/JmsInXA fttCamelInQ rollback.LT` expected number of messages in outbound queues: fttCamelInQ: 0 fttCamelOutGgtQ: 1 fttCamelOutGltQ: 1 fttCamelOutLtQ: 1

      I have SY application with Inbound and Outbound JMS bindings (combination of propagatesTransaction, suspendsTransaction) connected to XA Resources. The application is using both global transactions and local propagations. If I deploy this application on the server executed on IBM java and send the message into the inbound queue, then the message will not be delivered to any output binding.

        1. reproducer.zip
          14 kB
        2. reproducer-jms-2.0.zip
          12 kB
        3. switchyard.png
          switchyard.png
          41 kB

            toigaras@redhat.com tomohisa igarashi
            tturek@redhat.com Tomas Turek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: