corda.externalMessagingenterprise-icon heading-link-icon

Configuration schema for external messaging.

  • routeDefaults - Defines the default values used when creating external messaging routes.
    • active - Specifies if the route is active.
      Default value: true
    • inactiveResponseType - The default behaviour of the external messaging API when publishing to an inactive route. This must be set to one of the following values:
      • ERROR - The API will throw an exception if a flow publishes a message to an inactive topic.
      • IGNORE - The API will respond as normal, but discard the published message.
      Default value: ERROR
    • receiveTopicPattern - The pattern used to generate the external app receiving topic. When creating routes, Corda replaces any placeholders with the virtual node specific values.
      Default value: ext.$HOLDING_ID.$CHANNEL_NAME.receive
Previous
corda.db

Was this page helpful?

Thanks for your feedback!

Chat with us

Chat with us on our #docs channel on slack. You can also join a lot of other slack channels there and have access to 1-on-1 communication with members of the R3 team and the online community.

Propose documentation improvements directly

Help us to improve the docs by contributing directly. It's simple - just fork this repository and raise a PR of your own - R3's Technical Writers will review it and apply the relevant suggestions.

We're sorry this page wasn't helpful. Let us know how we can make it better!

Chat with us

Chat with us on our #docs channel on slack. You can also join a lot of other slack channels there and have access to 1-on-1 communication with members of the R3 team and the online community.

Create an issue

Create a new GitHub issue in this repository - submit technical feedback, draw attention to a potential documentation bug, or share ideas for improvement and general feedback.

Propose documentation improvements directly

Help us to improve the docs by contributing directly. It's simple - just fork this repository and raise a PR of your own - R3's Technical Writers will review it and apply the relevant suggestions.