You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/18 16:11:00 UTC

[jira] [Work logged] (ARTEMIS-3729) JMS CORE client session commit doesn't work after async sends

     [ https://issues.apache.org/jira/browse/ARTEMIS-3729?focusedWorklogId=744208&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-744208 ]

ASF GitHub Bot logged work on ARTEMIS-3729:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Mar/22 16:10
            Start Date: 18/Mar/22 16:10
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on pull request #3990:
URL: https://github.com/apache/activemq-artemis/pull/3990#issuecomment-1072561377


   @brusdev it looks good to me. If the test suite is happy, I am happy !  :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 744208)
    Remaining Estimate: 0h
            Time Spent: 10m

> JMS CORE client session commit doesn't work after async sends
> -------------------------------------------------------------
>
>                 Key: ARTEMIS-3729
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3729
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Domenico Francesco Bruscino
>            Assignee: Domenico Francesco Bruscino
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Invoking the commit on a transacted session using the JMS CORE client doesn't works after sending async messages. The JMS CORE client doesn't wait for server commit response.
> {code:java}
>         ActiveMQConnectionFactory activeMQConnectionFactory =
>             new ActiveMQConnectionFactory(connectionURL);
>         Connection  activeMQConnectionFactory.createConnection();
>         Session session = connection.createSession(Session.SESSION_TRANSACTED);
>         MessageProducer producer = session.createProducer(null);
>         producer.send(activeMQTopic, createMessage(session, id), instance);
>         session.commit();
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)