Hello,
If you could provide us with a basic sample of the code that exhibits the
problems you're seeing, that would be very helpful.
Even better, you might consider creating a AMQCPP JIRA issue, and attaching
the code there.
Regards,
Albert
----- Original Message -----
From: "SteveDicks" <[EMAIL PROTECTED]>
To: <users@activemq.apache.org>
Sent: Thursday, October 11, 2007 11:48 AM
Subject: ActiveMQ C++ (CMS) problems
Hi,
I'm using CMS 2.1 with ActiveMQ 4.1 in transactional mode, and using
callbacks (onMessage) to alert me to a message arriving. However I have 2
problems:
a) If I call Session::commit() in onMessage() (which none of the examples
do) then I get a core dump.
b) Having worked around (a), calling Session::rollback() appears to have
no
effect - I have to close and re-open the session to get the desired effect
of the message being put back into the MQ to be retrieved again.