# ActiveMQ

![](/files/Jw6AhwsAV3TuOWICuFqG)

Element that read messages from ActiveMQ server queue.

![](/files/oIsjM5epZBu888206591)

Properties

\- Server address\*: \[String] ActiveMQ server address (tcp\://myserver:61616/)

\- Login: \[String] Login

\- Password: \[String] Password

\- Destination type\*: Destination type

\- Topic/Queue\*: \[String] Topic/queue name

\- Messages array: \[System.Collections.Generic.List] Received messages array

\- Delete messages: \[Boolean] Delete message after receive

\- Time-out\*: \[Int32] Max process await timeout (ms)

LTools.Network.MQ.AMQMessage - Properties:

\- MessageID: \[String] Message ID

\- MessageType: \[LTools.Network.MQ.AMQMessageTypes] Message type

\- Text: \[String] Message text (if type eq. TEXT)

\- Object: \[Object] Message object (if type eq. OBJECT)

\- CorrelationID: \[String] Correlation ID

\- GroupID: \[String] Group ID

\- Timestamp: \[DateTime] Message date and time


---

# 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://astro-rpa.gitbook.io/astro-rpa-user-guide/g_elements/el_basic/els_mq/el_mq_amq/el_mq_amq_receive.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.
