Skip to main content
Version: 1.15

Publish an acknowledge request event

This section describes how to publish an acknowledge request event to REGARDS with AMQP message.

Exchange

Acknowledge requests have to be published to REGARDS Rabbitmq exchange:

ExchangeVirtual host
fr.cnes.regards.modules.feature.dto.event.in.DisseminationAckEventregards.multitenant.manager

AMQP message format

Properties

ParameterTypeOptionalDescription
app_idStringYesStandard RabbitMQ property to track message origin.
priorityStringYesStandard RabbitMQ property to sort messages by priority order.

Headers

"regards.tenant": "tenant"
"regards.request.owner": "owner"
ParameterTypeOptionalDescription
regards.tenantStringNoTenant name depends on REGARDS instance project configuration.
regards.request.ownerStringNoName of the request provider.

Body

{
"urn": "URN:...",
"recipientLabel": "xxx"
}
ParameterTypeDescription
urnStringProduct URN to acknowledge
recipientLabelStringName of the recipient to acknowledge