Skip to main content

A simple implementation of Stomp with Django

Project description

Django Stomp

A simple implementation of Stomp with Django

Install

pip install django_stomp

Add django_stomp in your INSTALLED_APPS

Configure

STOMP_SERVER_HOST = os.getenv("STOMP_SERVER_HOST")
STOMP_SERVER_PORT = os.getenv("STOMP_SERVER_PORT")

Optionals

STOMP_SERVER_USER = os.getenv("STOMP_SERVER_USER")
STOMP_SERVER_PASSWORD = os.getenv("STOMP_SERVER_PASSWORD")
STOMP_USE_SSL = str(os.getenv("STOMP_USE_SSL", True)).lower() in ("true",)
LISTENER_CLIENT_ID = os.getenv("LISTENER_CLIENT_ID")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_stomp-0.0.5.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

django_stomp-0.0.5-py3-none-any.whl (13.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page