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]

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

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

       -b BIND,	--bind=BIND
	      IP  address  that	 both the AMQP 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:	-1)

       --amqp-bind=BIND
	      IP address  that	the  AMQP  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:	-1)

       --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

       --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 1.2)

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

       --raise-gc-warn
	      Raise on GC warnings

       --no-data-dir-lock
	      Don't put	a file lock in the data	directory (default true)

       -d, --debug
	      Verbose logging

       -h, --help
	      Show this	help

       -v, --version
	      Show version

       --build-info
	      Show build information

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

       -F LEADER-URI, --follow=LEADER-URI
	      Follow/replicate a leader	node

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

       --replication-bind=BIND
	      Listen for replication followers on this address (default: none)

lavinmq	1.2.14			  April	2025			    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+14.3.quarterly>

home | help