Re: The problem in ActiveMQ CPP 2.0 Released

2007-04-23 Thread tommy.li
roker,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. > > -- View this message in context: http://www.nabble.com/The-problem-in-ActiveMQ-

Re: The problem in ActiveMQ CPP 2.0 Released

2007-04-22 Thread Timothy Bish
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, cod

The problem in ActiveMQ CPP 2.0 Released

2007-04-22 Thread tommy.li
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? -- View this message in context: http://www.nabble.com/The-problem-in-Ac