/[Apache-SVN]
ViewVC logotype

Revision 1399662


Jump to revision: Previous Next
Author: kpvdr
Date: Thu Oct 18 13:37:42 2012 UTC (11 years, 8 months ago)
Changed paths: 61
Log Message:
WIP - async store interface working for configuration (adding and removing queues, links and exchanges) and for enqueues and dequeues of messages. Transactions are not yet included, and hence some tests will fail.

Changed paths

Path Details
Directoryqpid/branches/asyncstore/cpp/src/CMakeLists.txt modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/SessionState.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/Bridge.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/Bridge.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/Broker.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/Broker.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/DirectExchange.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/DirectExchange.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/DtxManager.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/DtxManager.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/DtxWorkRecord.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/Exchange.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/Exchange.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/FanOutExchange.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/FanOutExchange.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/Handle.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/HeadersExchange.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/HeadersExchange.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/Link.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/LinkRegistry.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/LinkRegistry.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/Lvq.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/PersistableExchange.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/PersistableMessage.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/PersistableMessage.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/PersistableQueue.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/Queue.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/Queue.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/QueueAsyncContext.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/QueueAsyncContext.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/QueueBindings.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/QueueBindings.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/QueueFactory.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/QueueFactory.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/QueueHandle.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/QueueHandle.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/QueueRegistry.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/QueueRegistry.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/RecoverableExchange.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/RecoveryManager.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/RecoveryManagerImpl.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/RecoveryManagerImpl.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/SemanticState.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/SemanticState.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/SessionAdapter.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/SessionState.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/SimpleQueue.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/TopicExchange.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/TopicExchange.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/broker/TransactionalStore.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/ha/BrokerReplicator.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/ha/BrokerReplicator.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/ha/QueueReplicator.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/ha/QueueReplicator.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/management/ManagementTopicExchange.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/management/ManagementTopicExchange.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/xml/XmlExchange.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/qpid/xml/XmlExchange.h modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/tests/ExchangeTest.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/tests/HeadersExchangeTest.cpp modified , text changed
Directoryqpid/branches/asyncstore/cpp/src/tests/QueueTest.cpp modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26