> For the complete documentation index, see [llms.txt](https://docs.bluefletch.com/bluefletch-enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluefletch.com/bluefletch-enterprise/product-guides/device-applications/messaging/features.md).

# Features

## Overview

BlueFletch Messaging enables communication with the device through notification messages in the drawer or by passing messages to device applications. It utilizes the MQTT protocol, supporting TLS/SSL in Messaging 3.4.2 and above, with the service automatically handling connections to MQTT Broker services.

## User Guide

When the Launcher boots, it will communicate with the Messaging application to start. It will then register the MQTT Brokers according to the configuration values.\
\
If the enableNotificationsAlwaysOn setting is true, the MQTT broker will be connected. If the enableNotificationsAlwaysOn setting is false, additional connections can be made after the user logs into the device.\
\
By default, the Messaging service will register for the following topics:

* Device Serial Number
* User Role
* Location
* Groups

Additional Information on the MQTT Protocol can be found at <https://github.com/mqtt/mqtt.github.io/wiki>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bluefletch.com/bluefletch-enterprise/product-guides/device-applications/messaging/features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
