ConnectionProperties interface
Defines the properties that need to be set while establishing the AMQP connection.
Properties
product | The name of the product that will be populated as the AMQP connection property. Example: "MSJSClient". |
user |
The userAgent that needs to be set as the AMQP connection
property. Example: |
version | The version of the package/sdk that is making the AMQP connection. |
Property Details
product
The name of the product that will be populated as the AMQP connection property. Example: "MSJSClient".
product: string
Property Value
string
userAgent
The userAgent that needs to be set as the AMQP connection
property. Example: "/js-service-bus"
or "/js-event-hubs,/js-event-processor-host=1.0.0"
.
userAgent: string
Property Value
string
version
The version of the package/sdk that is making the AMQP connection.
version: string
Property Value
string