Package coilmq :: Package store
[frames] | no frames]

Package store

Storage containers for durable queues and (planned) durable topics.


Author: "Hans Lellelid" <hans@xmpl.org>

Copyright: Copyright 2009 Hans Lellelid

License: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Submodules
  • coilmq.store.dbm: Queue storage module that stores the queue information and frames in a DBM-style database.
  • coilmq.store.memory: Queue storage module that uses thread-safe, in-memory data structures.
  • coilmq.store.sa: Queue storage module that uses SQLAlchemy to access queue information and frames in a database.

Classes
  QueueStore
Abstract base class for queue storage.
  QueueFrameIterator
Provides an iterable over the frames for a specified destination in a queue.
  TopicStore
Abstract base class for non-durable topic storage.
  DurableTopicStore
Abstract base class for durable topic storage.