I checked in some changes today that may have an affect on others: 1. The RecoverableExchange::bind() string arguments were changed from non-const to const. They're only passed on to other methods that expect const strings, and making them const helped make the SQL provider better.
2. If you've been trying to SQL provider on Windows, note that after you update trunk and rebuild, any database you created prior won't work any longer. You must delete the database (named QpidStore by default) and let the SQL store module recreate it when it starts. Let me know if any issues arise due to either of these. Thanks, -Steve --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
