Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LAVINMQ(1)			 User Commands			    LAVINMQ(1)

NAME
       lavinmq - fast and advanced message queue server

SYNOPSIS
       lavinmq [arguments]

OPTIONS
       -c CONF,	--config=CONF
	      Config file (INI format)

       -D DATADIR, --data-dir=DATADIR
	      Data directory

       -l, --log-level=LEVEL
	      Log level	(Default: info)

       -d, --debug
	      Verbose logging

       --default-user-only-loopback=BOOL
	      Limit default user to only connect from loopback address

       --guest-only-loopback=BOOL
	      (Deprecated)  Limit  default  user to only connect from loopback
	      address

       --default-consumer-prefetch=NUMBER
	      Default consumer prefetch	(default: 65535)

       --default-user=USER
	      Default user (default: guest)

       --default-password-hash=PASSWORD-HASH
	      Hashed	 password     for     default	   user	     (default:
	      '+pHuxkR9fCyrrwXjOD4BP4XbzO3l8LJr8YkThMgJ0yVHFRE+' (guest))

       --default-password=PASSWORD-HASH
	      (Deprecated)   Hashed   password	 for  default  user  (default:
	      '+pHuxkR9fCyrrwXjOD4BP4XbzO3l8LJr8YkThMgJ0yVHFRE+' (guest))

       --no-data-dir-lock
	      Don't put	a file lock in the data	directory

       --raise-gc-warn
	      Raise on GC warnings (default: false)

   Bindings & TLS:
       -b BIND,	--bind=BIND
	      IP address that the AMQP,	MQTT and HTTP servers will  listen  on
	      (default:	127.0.0.1)

       -p PORT,	--amqp-port=PORT
	      AMQP port	to listen on (default: 5672)

       --amqps-port=PORT
	      AMQPS port to listen on (default:	5671)

       --amqp-bind=BIND
	      IP  address  that	 the  AMQP  server  will  listen  on (default:
	      127.0.0.1)

       --mqtt-port=PORT
	      MQTT port	to listen on (default: 1883)

       --mqtts-port=PORT
	      MQTTS port to listen on (default:	8883)

       --mqtt-bind=BIND
	      IP address  that	the  MQTT  server  will	 listen	 on  (default:
	      127.0.0.1)

       --http-port=PORT
	      HTTP port	to listen on (default: 15672)

       --https-port=PORT
	      HTTPS port to listen on (default:	15671)

       --http-bind=BIND
	      IP  address  that	 the  HTTP  server  will  listen  on (default:
	      127.0.0.1)

       --amqp-unix-path=PATH
	      AMQP UNIX	path to	listen to

       --http-unix-path=PATH
	      HTTP UNIX	path to	listen to

       --mqtt-unix-path=PATH
	      MQTT UNIX	path to	listen to

       --metrics-http-bind=BIND
	      IP address that the Prometheus server  will  bind	 to  (default:
	      127.0.0.1)

       --metrics-http-port=PORT
	      HTTP port	that prometheus	will listen to (default: 15692)

       --cert FILE
	      TLS certificate (including chain)

       --key FILE
	      Private key for the TLS certificate

       --ciphers CIPHERS
	      List of TLS ciphers to allow

       --tls-min-version=VERSION
	      Mininum allowed TLS version (default: )

   Clustering:
       --clustering
	      Enable clustering

       --clustering-advertised-uri=URI
	      Advertised    URI	   for	 the   clustering   server   (default:
	      tcp://150amd64-quarterly-job-27:5679)

       --clustering-etcd-prefix=KEY
	      Key prefix used in etcd (default:	lavinmq)

       --clustering-port=PORT
	      Listen for clustering followers on this port (default: 5679)

       --clustering-bind=BIND
	      Listen  for  clustering  followers  on  this  address  (default:
	      127.0.0.1)

       --clustering-max-unsynced-actions=ACTIONS
	      Maximum unsynced actions

       --clustering-etcd-endpoints=URIs
	      Comma separeted host/port	pairs (default:	localhost:2379)

   Miscellaneous:
       -v, --version
	      Show version

       --build-info
	      Show build information

       -h, --help
	      Show this	help

lavinmq	2.6.1			 February 2026			    LAVINMQ(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lavinmq&sektion=1&manpath=FreeBSD+Ports+15.0.quarterly>

home | help