kombu.transport.filesystem

Transport using the file system as the message store.

Transport

class kombu.transport.filesystem.Transport(client, **kwargs)
class Channel(connection, **kwargs)
data_folder_in
data_folder_out
processed_folder
store_processed
transport_options
Transport.channel_errors = (<class 'kombu.exceptions.StdChannelError'>,)
Transport.connection_errors = (<class 'kombu.exceptions.StdConnectionError'>,)
Transport.default_port = 0
Transport.driver_name = 'filesystem'
Transport.driver_type = 'filesystem'
Transport.driver_version()

Channel

class kombu.transport.filesystem.Channel(connection, **kwargs)
data_folder_in
data_folder_out
processed_folder
store_processed
transport_options

Table Of Contents

Previous topic

kombu.transport.zookeeper

Next topic

kombu.transport.django

This Page