Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-5585

jms transaction not working on 0.26 clusters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 0.26
    • None
    • C++ Broker

    Description

      JMS Transaction timeout on 0.26,
      here is my codes:

      Session session = connection.createSession(true, Session.SESSION_TRANSACTED);
      TextMessage message = session.createTextMessage(sb
      .toString());
      messageProducer.send(message);
      session.commit();// timeout

      //
      it works on 0.24 cluster, but failed on 0.26.
      it works on 0.26 single node, but failed on 0.26 cluster nodes.

      Attachments

        Activity

          People

            Unassigned Unassigned
            brew BrewTany
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: