Skip to main content
Skip table of contents

AMQP Connector: Functions and Operations

The adapter has the following functions:

  • The adapter manages subscriptions to an AMQP queue and defines the process to run.

  • The adapter allows you to publish messages in an AMQP topic.

Properties

Operation

Operation performed by the adapter

Possible values:

  • Publish: Publish messages in an AMQP topic

Parameter

Adapter

Adapter main class (do not change!)

Possible values: de.softproject.x4.plugins.adapter.AmqpPublishAdapter: Main Class (Standard)

clientId

ID of the client that will publish the message

Possible values:

Client ID

The ClientID parameter is set via the *.AMQP configuration file.

When the X4 Server is started, the subscriber clients are registered with the associated workspace (e.g. 1) and projectName (e.g. ESBProject_1).

workspace

This parameter is automatically set with the information contained in the *.AMQP configuration file.

projectName

This parameter is automatically set with the information contained in the *.AMQP configuration file.

host

AMQP server host address of the broker

Possible values: Server host, such as localhost

port

AMQP port number of the broker

Possible values: AMQP port number, e.g. 5672

pubSubExchange

The pubSubExchange parameter contains the name of the exchange (exchange location on the broker) on the publisher page, i.e. where the message was published.

The value of this parameter must be the same in the configuration file and in the parameter of the adapter.

Possible values:

Any string

Status values

1

The adapter operation was executed successfully

0

The operation was successful (no output is generated)

-1

An error occurred while the operation was running (no output is generated)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.