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

FreeBSD Manual Pages

  
 
  

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

NAME
       lavinmqctl - control utility for	lavinmq	server

SYNOPSIS
       lavinmqctl [arguments] entity

DESCRIPTION
   Global options:
       -p vhost, --vhost=vhost
	      Specify vhost

       -H URI, --host=URI
	      Specify URI (Deprecated, use --uri or --hostname)

       -U URI, --uri=URI
	      Specify URI

       --hostname=hostname
	      Specify hostname

       --user=user
	      Specify user

       --password=password
	      Specify password

       -P port,	--port=port
	      Specify port (15672)

       --scheme=scheme
	      Specify scheme (http)

       -n node,	--node=node
	      Specify node

       -q, --quiet
	      suppress informational messages

       -s, --silent
	      suppress informational messages and table	formatting

       -f format, --format=format
	      Format output (text, json)

   Commands:
       add_user
	      Creates a	new user

       change_password
	      Change the user password

       delete_user
	      Delete a user

       list_users
	      List user	names and tags

       set_user_tags
	      Sets user	tags

       list_vhosts
	      Lists virtual hosts

       add_vhost
	      Creates a	virtual	host

       delete_vhost
	      Deletes a	virtual	host

       clear_policy
	      Clears (removes) a policy

       list_policies
	      Lists all	policies in a virtual host

       list_connections
	      Lists AMQP 0.9.1 connections for the node

       list_queues
	      Lists queues and their properties

       purge_queue
	      Purges a queue (removes all messages in it)

       pause_queue
	      Pause all	consumers on a queue

       resume_queue
	      Resume all consumers on a	queue

       delete_queue
	      Delete queue

       export_definitions
	      Exports definitions in JSON

       import_definitions
	      Import definitions in JSON

       close_all_connections
	      Instructs	 the broker to close all connections for the specified
	      vhost or entire node

       close_connection
	      Instructs	the broker to close a connection by pid

       stop_app
	      Stop the AMQP broker

       start_app
	      Starts the AMQP broker

       list_exchanges
	      Lists exchanges

       delete_exchange
	      Delete exchange

       set_vhost_limits
	      Set VHost	limits (max-connections, max-queues)

       set_permissions
	      Set permissions for a user

       hash_password
	      Hash a password

       set_policy
	      Sets or updates a	policy

       create_queue
	      Create queue

       create_exchange
	      Create exchange

       status Display server status

       cluster_status
	      Display cluster status

       definitions
	      Generate definitions json	from a data directory

       -v, --version
	      Show version

       --build-info
	      Show build information

       -h, --help
	      Show this	help

lavinmqctl 2.6.1		 February 2026			 LAVINMQCTL(1)

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

home | help