Endpoint

Specifies the connection string URL of the endpoint for the adapter to access.

The value is in format sb://namespace_name/;key=value;key=value... where namespace_name is the fully qualified name of the namespace containing the queues to access. The sb://namespace_name/ portion is required and the key=value pairs are optional. The specified connection string URL may be a partial connection string URL for the endpoint to access. For example, when a value is provided for the Queue adapter property, the ;EntityPath=value segment is automatically appended to the specified Endpoint property when constructing the full connection string of the queue entity endpoint. The corresponding adapter command for this property is -E url.