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
       -p vhost, --vhost=vhost
	      Specify vhost

       -H host,	--host=host
	      Specify host

       -n node,	--node=node
	      Specify node

       -q, --quiet
	      suppress informational messages

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

       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

       set_policy
	      Sets or updates a	policy

       create_queue
	      Create queue

       create_exchange
	      Create exchange

       reset_vhost
	      Purges all messages in all queues	in the	vhost  and  close  all
	      consumers, optionally back up the	data

       status Display server status

       definitions
	      Generate definitions json	from a data directory

       -v, --version
	      Show version

       --build-info
	      Show build information

       -h, --help
	      Show this	help

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

home | help