Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-6080

Client is not notified on TX.commit about rejected transaction

XMLWordPrintable

      Tested on EAP HQ 5.1.0 Post Release CR2 and nightly build #62 (HornetQ 2.2.1.QA-10291).

      Part of client code:

      connection.start();
      session = connection.createQueueSession(true, Session.AUTO_ACKNOWLEDGE);
      producer = session.createProducer(a);
      receiver = session.createReceiver(b);
      message = (TextMessage) receiver.receive(1000);
      producer.send(message);
      session.commit();

      Reproducer:
      Both attached ZIPs in JBPAPP-5707

            csuconic@redhat.com Clebert Suconic
            rsvoboda@redhat.com Rostislav Svoboda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: