TrailMQ runs as a transparent proxy. Your clients connect to TrailMQ. TrailMQ connects to your existing broker. No migration, no downtime, no code changes on your clients.
Free to evaluate. Contact us for production licensing.
TrailMQ is early-stage software. Evaluate it carefully before using it in critical production environments.
# Clone the deployment repo
git clone https://github.com/RainerGewalt/TrailMQ.git
cd TrailMQ
# Start all services (pulls images from Docker Hub)
docker compose up -d
# Open the Web UI
open http://localhost/trailmq/
# Example: define a topic policy
{
"topic": "factory/line-1/#",
"allow": ["line-operator", "qa-team"],
"deny": ["*"],
"version": "2025-03-01"
}