Manuel Teira Paz wrote:
Hello. While estabilizing again the solaris port against the trunk, I'm beginning the task to implement a ODBC store for qpid.

Fantastic! The interface has grown and mutated in a somewhat ad-hoc manner; another implementation should help improve and firm up the optimal interface so please feel free to suggest changes or improvements.

I'm a little lost, read some source code, checked out rh-bdb and gave it also a look. Is there any documentation about this item? For example, I've seen that the class qpid::broker::TransactionalStore has an API resembling a Two Phase Commit (TPCTransactionContext and prepare method), so , I assume the store must feature two phase commit, or is it optional?

Its optional, just throw a NotImplementedException from the prepare() and the variant of begin() that takes an xid as an argument and returns a TPCTransactionContext.

Reply via email to