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

jms transaction not working on 0.26 clusters

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            brew BrewTany

            Dates

              Created:
              Updated:

              Slack

                Issue deployment