How does persistence work in activeMq?

2007-10-28 Thread youhaodeyi
I am new to Activemq. Whenever a activeMQ start running, it will creates a directory activemq-data. I think this is the place ActiveMQ store persistent data. I am wandering if a client send a message through ActiveMQ failed, will ActiveMQ store this message in the activemq-data directory? If so, 

[RELEASE] CMS API 1.2

2007-10-28 Thread Nathan Mittler
In preparation for the soon to be released ActiveMQ-CPP 2.1.1, we have released an update to the CMS (C++ Messaging Service) API. The main change in this release was to make the readXXX() methods in BytesMessage const so that they can be called from a MessageListener's onMessage method without