tommy.li wrote: > producer->setDeliveryMode( DeliveryMode::PERSISTENT ); > When i restart broker,the mesages are lost. > > producer->setDeliveryMode( DeliveryMode::NON_PERSISTENT ); > When i restart broker,the mesages are recovered. > > Why? > > > Yup, think you may be on to something there, code looks to be backwards, probably want to write a Jira issues on this one.
- The problem in ActiveMQ CPP 2.0 Released tommy.li
- Re: The problem in ActiveMQ CPP 2.0 Released Timothy Bish