AMQP Connector: Configuration
How to create the configuration file
Right-click on the name of the project in the Projects view.
A dialog window opens.Wählen Sie New >
.amqp
. The configuration file with the extension.amqp
has now been created at the main level of the project.
The file has the following structure:
CODE
|
The following attributes and elements are contained in the configuration file:
Element / Attribute | Description |
---|---|
| Root element of the configuration file |
| Number of usable threads Possible values: Integer |
| Host and port of the broker Possible values: Host and port of the broker, separated by a semicolon |
| ID of the client with which the message is published Possible values: Any integer |
| Topic that can be subscribed to in order to receive the published message. It has the following attributes:
|
| A quality of service (QOS) can be set for topics. There are three possible QOS. This can be set in the configuration file as follows:
|
| Specifies the process in which the received data is to be used. The received data is written to the process as XML. Possible values: Path to the process Example:
|
| The parameter The value of this parameter must be identical in the configuration file and in the adapter parameter. Possible values: Any string |
| The parameter Possible values:
|