Add Azure Service Bus support (#1107)

This commit is contained in:
Günther
2020-10-28 23:29:45 +01:00
committed by GitHub
parent 889267ebb6
commit 6f92ecb128
3 changed files with 58 additions and 10 deletions

View File

@@ -36,5 +36,11 @@ export class Amqp implements ICredentialType {
},
default: '',
},
{
displayName: 'Transport Type',
name: 'transportType',
type: 'string' as NodePropertyTypes,
default: '',
},
];
}