# Monitoring

## Data Watcher

### One-to-one M2F

In Data Watcher, the flow displayed shows the file entering Data One via an SFTP push, and the messages exiting via a JMS push.

<figure><img src="/files/UxTeA8XYQ06ObCux6dk1" alt=""><figcaption></figcaption></figure>

In the **Trace** section of the **Node Details**, you can find useful information such as the number of messages (see the numberOfMessages field). A value of 1 indicates that the file was created by aggregating only one message and that the one-to-one aggregation policy was applied.

<figure><img src="/files/K5rDlSs43a6OHuqdvHa7" alt=""><figcaption></figcaption></figure>

### Many-to-one M2F

In the case of many-to-one, the flow displayed shows the JMS push of the file to Data One:

<figure><img src="/files/Lra6TvKh7LJS4C4PPchZ" alt=""><figcaption></figcaption></figure>

In the **Trace** section of the **Node Details**, you can find useful information such as the number of messages (see the numberOfMessages field). A value of 3 indicates that the file was created by aggregating 3 messages, and that the many-to-one aggregation policy was applied.

<figure><img src="/files/7BqhOIAulYMAefbjCUqi" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.primeur.com/data-mover-1.21/transfer-protocols-and-connectors/jms-connector/aggregate-jms-messages-into-files/monitoring.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.
