Hi Vijay, I'm not aware of anyone building an HBase message store. Ultimately anything that satisfies the expected behaviour of the store interface can be used. I think the most interesting issue with use of the distributed NoSQL DBs such as HBase would be the lack of inherant transactions; I guess it can be mimmicked with clever use of data structures, though that will obviously complicate implementation somewhat compared to the existing stores.
Robbie On 20 March 2013 18:37, Vijay Devadhar <[email protected]> wrote: > Hello QPID users, > > Has anyone tried to build or thought about building a Hbase message_store > adopter for QPID? > By that I mean, instead of persisting to BDB or Derby DB, storing into > Hbase. Would there be > fundamental reasons (like sub optimal data structures) to not do that? > > Thanks > Vijay > >
