你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConnectionProperties interface
定义建立 AMQP 连接时需要设置的属性。
属性
product | 将填充为 AMQP 连接属性的产品的名称。 示例:“MSJSClient”。 |
user |
需要设置为 AMQP 连接属性的 userAgent。 示例: |
version | 正在建立 AMQP 连接的包/sdk 的版本。 |
属性详细信息
product
将填充为 AMQP 连接属性的产品的名称。 示例:“MSJSClient”。
product: string
属性值
string
userAgent
需要设置为 AMQP 连接属性的 userAgent。 示例:"/js-service-bus"
或 "/js-event-hubs,/js-event-processor-host=1.0.0"
。
userAgent: string
属性值
string
version
正在建立 AMQP 连接的包/sdk 的版本。
version: string
属性值
string