Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
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();
Attachments
Issue Links
- relates to
-
ARTEMIS-4936 Verify response correlationId in Core client
- Closed
- links to