Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectionProperties

Package version

Defines the properties that need to be set while establishing the AMQP connection.

Hierarchy

  • ConnectionProperties

Index

Properties

product

product: string
property

{string} product The name of the product that will be populated as the AMQP connection property. Example: "MSJSClient".

userAgent

userAgent: string
property

{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".

version

version: string
property

{string} version The version of the package/sdk that is making the AMQP connection.

Generated using TypeDoc