# ... configure JMS client connection support via DOIM

Refer to the [Data Mover system requirements](/data-one-installation-manager/system-requirements/data-mover-system-requirements/data-mover-system-requirements.md) page for the JMS version and providers supported. &#x20;

To configure JMS client connection support via DOIM, follow these steps:

1. Download the JMS support libraries of the provider you want to configure.
2. Stop all active STENGs - if in a cluster environment.
3. Update the `<DOIM_HOME>/config/dmcfg.yaml ext_cfg` section with the following property:

```
## Enable JMS transports
jms_enable: true
```

3. For each STENG, under the following path:

```
$STENG_HOME/libexternal
```

If not existing, create up to five directories, named from `ext01` to `ext05` (one directory for each JMS provider):

```
$STENG_HOME/libexternal/ext01
...
$STENG_HOME/libexternal/ext05
```

4. For each STENG, in each `ext0X` directory, copy the JMS support libraries of the corresponding provider you want to configure.
5. Enter the `<DOIM_HOME>/bin` folder and apply the new configuration with the following command:\
   `./doim.sh domain-deploycfg`.
6. Start all STENGs.


---

# 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/how-to.../...-configure-jms-client-connection-support-via-doim.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.
