Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The AMQP UDR types include the following UDRs;

Image RemovedImage Added

AMQP - UDR types

...

Ui expand
titleLoginInfo

The LoginInfo UDR is used to provide authentication credentials via UDRs instead of the AMQP agent configuration. The following fields are included in the LoginInfo UDR:

Field

Description

password (string)

This field contains the password associated with the user.

user (string)This field contains the username to be used for broker connections.

For further information about how to enable authentication via LoginInfo UDRs, see /wiki/spaces/MD9/pages/4853437 AMQP Agent Configuration(3.0).


Ui expand
titlePublish

The Publish UDR is contained in the RequestCycle UDR. The following fields are included in the Publish UDR:

Field

Description

basicProperties (BasicProperties (AMPQ))

This field contains the BasicProperties UDR associated with the Publish UDR.

body (bytearray)This field contains the message body to be sent in bytearray format.
exchange (string)This fields contains the name of the exchange used.
routingKey (string)This field contains the routing key for the binding.


...