# Stomp Protocol Gateway

The Stomp protocol gateway provides EMQX with the access capability of the Stomp protocol.

# Create module

Open EMQX Dashboard (opens new window), click the "Modules" tab on the left, and choose to add:

image-20200928161310952

Click "Select", and then select "Stomp Access Gateway":

Create Stomp Protocol Gateway

Configure related basic parameters:

Configure Stomp Protocol Gateway

Add listening port:

Configure Stomp Protocol Gateway

Configure monitoring parameters:

Configure Stomp Protocol Gateway

Click "OK" to complete the configuration of the listener, and then click "Add" to complete the creation of the module:

Complete Stomp Protocol Gateway

# Configuration parameters

Configuration item Description
Allow anonymous Whether to allow anonymous login
Default Username Specify the Username used for login in Stomp module
Default password Specify the password used for Stomp module login
Maximum Headers Maximum number of Stomp frame headers
Max Header Length Maximum length of Stomp frame headers
Max Body Length Maximum length of Stomp frame body
What’s on this page