Re: ActiveMQ-CPP Version 3.0 RC2 Released

2009-05-27 Thread Timothy Bish
On Wed, 2009-05-27 at 02:16 -0700, Sodan wrote: > Hi there > > Does 3.0 have support for utf8 string ? > > So we can > string s = map->getString("somestring"); > > and s will contain the utf8 string. > > thanx, > Søren > The client will send ASCII strings and receive ASCII strings and preserv

Re: ActiveMQ-CPP Version 3.0 RC2 Released

2009-05-27 Thread Sodan
Hi there Does 3.0 have support for utf8 string ? So we can string s = map->getString("somestring"); and s will contain the utf8 string. thanx, Søren -- View this message in context: http://www.nabble.com/ActiveMQ-CPP-Version-3.0-RC2-Released-tp23728342p23738877.html Sent from

ActiveMQ-CPP Version 3.0 RC2 Released

2009-05-26 Thread Timothy Bish
Hey everyone, It's official ... ActiveMQ-CPP v3.0 now has a third release candidate, RC2, this release adds more bug-fixes and completes the addition of the StreamMessage support. The 3.0 Version of the CPP client adds the following new features: * Failover Transport * CMS API has moved