My broker is apache-activemq-4.2-20070420.033540-39.tar.gz.
My C++ client is ActiveMQ CPP 2.0 Released.
......
std::string brokerURI =
"tcp://192.168.0.242:61616"
"?wireFormat=openwire";
......
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.
Can you help me? Thanks.
Timothy Bish wrote:
>
> Hi everyone,
> The *ActiveMQ*-*CPP* 2.0 *release* is now official! You can download the
> source
> distribution here:
> http://*activemq*.apache.org/*activemq*-*cpp*-20-*release*.html
> <http://activemq.apache.org/activemq-cpp-11-release.html>.
>
> There are several bug fixes and enhancements that you might want to pick
> up
> if you're currently using 1.0 or 1.1.
>
> Items of note in this release:
>
> * Full OpenWire v2 support!
> * You can switch between openwire and stomp via the connection URL
> * Temporary destinations when using OpenWire
> * Added support for asynchronous send
> * Fixed client acknowledge
> * Resolved some memory leaks
> * Sessions are now single threaded
>
>
> Regards,
> Tim
>
>
>
--
View this message in context:
http://www.nabble.com/ActiveMQ-CPP-2.0-Released-tf3618196s2354.html#a10126061
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.