Commit is in, but not (yet) the cmake file change that adds it to the build.
-Steve > -----Original Message----- > From: Kim van der Riet [mailto:[email protected]] > Sent: Wednesday, October 14, 2009 10:52 AM > To: [email protected] > Subject: Re: [jira] Updated: (QPID-2017) Files for Async > Store interface layer (NOTE, read carefully - license issues) > > > I would like to have a closer look, but will be tied up for > the rest of > this week. Can you delay the final commit until next week? > > On Tue, 2009-10-13 at 16:55 -0700, Steve Huston (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/QPID-2017?page=com.atlas sian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > Steve Huston updated QPID-2017: > ------------------------------- > > Attachment: store.tar > store-new.patch > > I've attached two new files related to this: > > - store.tar: The store files I'm proposing to add. This has two levels: > store - the portable store code > ms-sql - the code particular to the Microsoft SQL Server storage provider > > - store-new.patch: Patch for the existing broker to allow the above to work. There are a couple of areas here: > - Extend the plugin loading to sense the module file suffix for the platform (.so vs .dll) > - Remove the init(Options*) method from the MessageStore interface. The new store::MessageStorePlugin class (in the portable store layer) takes are of initialization at earlyInitialize - the init() method was never called anywhere in the broker except from the store anyway. > > I'd like to be sure this is included in 0.6. If you have feedback on this, please let me know ASAP as I'd like to get this checked in this week. > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected] --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
