Exceptions

Django Message Broker custom exceptions.

exception django_message_broker.server.exceptions.MessageFormatException

The message format is incorrect.

exception django_message_broker.server.exceptions.MessageCommandUnknown

The command in the received message is unknown.

exception django_message_broker.server.exceptions.MessageTooLarge

The messsage is too large.

exception django_message_broker.server.exceptions.SubscriptionError

Error whilst subscribing to channel

exception django_message_broker.server.exceptions.ChannelsServerError

General server exception.

exception django_message_broker.server.exceptions.ChannelQueueFull

Channel queue is full.

exception django_message_broker.server.exceptions.ChannelFlushed

Channel was flushed from the message broker and no longer exists.

exception django_message_broker.server.exceptions.ChannelsSocketClosed

Exception raised when message pushed to closed socket.