You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Steve Huston <sh...@riverace.com> on 2009/10/30 23:48:50 UTC

Notice of changes in broker and Windows SQL-based store

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:dev-subscribe@qpid.apache.org