Field | Description |
Name | Required. The name of the new connection factory, for example connectionFactory1. |
Connection URL (RNAME) | Required. The Universal Messaging realm URL for binding the connection factory, for example nsp://localhost:9000. You can specify a cluster of realms by typing a comma-separated list of connection URLs, for example nsp://localhost:9000,nsp://localhost:9010. To use a horizontal scalability connection factory for round-robin message delivery, you can specify several connection URLs, where each connection URL can point to a standalone realm or a cluster. For information about the URL syntax, see
The URL Syntax of a Horizontal Scalability Connection
Factory. Note: Round-robin delivery is not supported for XA connection factories. |
Durable Type | Supported only for the connection factory and topic connection factory types. The durable type for durable consumers. Values are: Named - Only one active consumer can exist at a time. Shared - Multiple durable consumers can connect to the same durable subscription and can consume messages in a round-robin manner. Serial - Multiple durable consumers can connect to the same durable subscription and can consume messages in a serial manner. |