The Messages module in Bridge allows you to test or execute a specific task directly through the Bridge connection.
Create and execute a Message
To execute a message in Bridge:
In Qntrl, navigate to
(Settings) >> Advanced >> Bridge, and click Messages. Click New Message.
In the New Message window, enter the following details.
Name: Enter a unique name for the message, so that it can be reused by different bridges when required.
Bridge ID/Cluster ID: The dropdown lists all available bridges and load balancing clusters.
Module: Select a module from the dropdown. Modules are listed service-wise, and the related tasks appear automatically. When a new bridge is created, the Core service and modules under it are associated by default.
Task Engine – Executes API tasks in third-party or internal applications.
DB Engine – Performs SQL queries in databases within a private network.
SSH Engine – Executes commands on remote Linux/Unix systems.
PowerShell Engine– Executes commands on remote Windows systems.
AD Engine– Performs secure operations in Active Directory.
Task: If the selected module includes subtasks, choose the relevant task.
Request Data: Enter task instructions in JSON format.
Click Sample JSON at the bottom of the editor to load a predefined structure (meta data) for the selected module and task.
If needed, modify the resource_name and other key parameters manually.
Refer to the Bridge Modules section or details on supported parameters. Once all the details are filled, click Execute to run the message.

After execution, the response will be available in the Response tab.
View / Modify / Execute Message properties
After execution, all messages are listed under the Messages page for review and tracking.
You can view, modify, and execute the Messages sent to the bridge.
Navigate to
(Settings) >> Advanced >> Bridge, and click Messages. The messages will be listed.
You can filter messages based on service and modules by clicking the filter icon in the respective columns.

On the Message list page, click on the Message ID to view its properties.
The details of the selected Message will be displayed. You can view/edit the properties of the fields (Bridge, Type, Request Data, etc.) of the message here.
If you wish to execute the message, Click Execute.
The response of the last execution will be available in the Response Data tab.

To view the full response (for synchronous message types) or verify the server call from your Bridge Agent:
Navigate to
(Settings) >> Advanced >> Bridge and select Bridge. Hover over the bridge name, click the action menu, and select Open Agent.
Navigate to the Messages section in the Header bar.
Use the dropdown menu to view message logs and responses.

Message Retention Policy
Qntrl automatically manages message storage both in the cloud and on the Bridge Agent for debugging and auditing purposes.
Cloud Retention
- Up to 500,000 messages or 6 months of data (whichever comes first) are stored.
- Older messages beyond this limit are permanently deleted from Qntrl’s cloud database.
Bridge Agent Retention
In the Agent UI:
- Default visibility: 30 days or 50,000 messages
- Maximum visibility: 100,000 messages
In the Agent backend database:
- Default retention: 90 days or 250,000 messages
- Maximum retention: 500,000 messages
When limits exceed the threshold, older messages are permanently deleted from the Bridge database.
Modifying Bridge Agent Retention Limits
You can customize message retention limits on the Bridge Agent:
Open the configuration file: conf/config.xml
Update the message retention settings as required.
Restart the Bridge Agent for the changes to take effect.
Restarting the Bridge Agent is mandatory after modifying retention settings.
Delete a Message
Navigate to
(Settings) >> Advanced >> Bridge >> select Messages.
Hover next to the ID of the message you want to delete, click the mouse over action menu, and select Delete.
The configured bridge message will be deleted.