Re: ActiveMQ C++ (CMS) problems

2007-10-11 Thread SteveDicks
Albert Strasheim wrote: > > 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. > >> >> Hi, >> I'm using CMS 2.1 with ActiveMQ 4.1 in transactional mode, and using >> callbacks (onMessage) to alert me to

ActiveMQ C++ (CMS) problems

2007-10-11 Thread SteveDicks
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