Introduction
Configuration
- Publisher Confirms
- Import/Export definitions
- Consumer Cancellation
- Configuration files
- Consumer Acknowledgments
- Prefetch
- Policies
Sample Code
Features
- Dead Letter Exchange
- Consistent Hash Exchange
- Alternate Exchange
- Shovel
- Federation
- RPC
- Direct Reply-to
- Delayed Message Exchange
- Pause Consumers
AMQP 0-9-1 Overview
Queue deep-dive
LavinMQ CLI
Management Interface
Management HTTP API
Tutorials
Security
Monitoring
Development
Support
AMQPS (TLS)
LavinMQ supports TLS 1.2 and 1.3, both for AMQPS and HTTPS.
If a valid certificate and key are available, LavinMQ will listen on port 5671
for AMQPS and port 15671
for HTTPS.
Default config
[main]
tls_cert = /etc/lavinmq/cert.pem
tls_key = /etc/lavinmq/key.pem
tls_min_version = 1.2
[mgmt]
tls_port = 15671
[amqp]
tls_port = 5671
Reloading certificates
Send a HUP
signal to reload certificate if files have changed e.g. renewed. Existing connections will not be interrupted, and new TLS connections will be served the new certificate.