Endpoint Details Panel

The Endpoint details panel presents the parameters that apply to an individual endpoint in an application or in an application instance. In edit mode, you can modify the parameter values.

The title of the panel indicates the location of the endpoint definition:
  • Application / Endpoint
  • Application / Instance / Endpoint
GUI Parameter Description
Store Optional.

You can associate at most one persistence store with an application endpoint. Select the store from the drop-down menu.

(Instance endpoints inherit the persistence store associated with the corresponding application endpoint.)

For background information, see Persistence: Stores and Durables.

Dynamic Durable Template Optional.

You can associate at most one dynamic durable template with an application endpoint or an instance endpoint. Select the store from the drop-down menu. The menu offers the templates defined in the persistence store associated with the endpoint.

Subscriber Name Mapping for Static Durables Optional.
Note: Subscriber name mapping is an advanced topic.

You can map any number of subscriber names to static durables. Select static durables from the drop-down menu. The menu offers the static durables defined in the persistence store associated with the endpoint.

Although dynamic durables are simpler to use, this mapping continues to support existing projects.

For background information, see Configuration of Durable Subscribers in an Application or Instance.

Endpoint Abilities

Receive, Send, Receive Inbox, Send Inbox

Each row denotes a transport connector, and specifies the abilities that the transport carries for the endpoint. You must enable at least one ability for each transport. (A new transport connector is automatically configured with all abilities disabled.)

For details, see Abilities, and Implementation Endpoints (Micro).

Related concepts