# Setup tab

In this tab, define the connections used for receiving messages, topics, and queues.

| Option               | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **IBM MQ**           | Activate this connection type if you are using IBM MQ as your message broker.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Active MQ**        | Activate this connection type if you are using Apache ActiveMQ Artemis and JMS 2.0 as your message broker.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| **JMS URL**          | Enter the broker URL for the selected connection type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Destination type** | <p>Select <strong>Topic</strong> or <strong>Queue</strong> from the list to specify the delivery model you want to use.</p><ul><li><strong>Topic</strong></li></ul><p>Uses a publish/subscribe delivery model such that a one message can be delivered to multiple consumers. Messages are delivered to the topic destination and ultimately to all active consumers who are subscribers of the topic.</p><ul><li><strong>Queue</strong></li></ul><p>Uses a point-to-point delivery model. In this model, a message is delivered from a single producer to a single consumer. The messages are delivered to the destination, which is a queue, and then delivered to one of the consumers registered for the queue.</p> |
| **Destination name** | Specify the name of the topic or queue.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| **Receive timeout**  | Specify the time to wait for incoming messages in milliseconds. Note that a timeout setting of zero (`0`) never expires.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |


---

# 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.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/jms-producer/jms-connection-information/setup-tab.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.
