Referring to official documenation at
Developer - webMethods.io Integration, I can see that our AMQP connector only supports AMQP protocol up until 0.9.1.
Note: We are currently supporting AMQP 0-9-1 messaging protocol.
I found in Wikipedia page, it’s indicated that Azure SB and RabbitMQ are implemented using different version of the AMQP protocol. You can refer here too: AMQP 0-9-1 Protocol Specification — RabbitMQ
Implementations
AMQP 1.0 broker implementations
Pre-1.0 AMQP broker implementations
Because of this, the AMQP connector won’t be able to connect to AZ SB and there could be error that was not showing in the UI while configuring the account.
To workaround this issue and since there is no trigger for Azure Service Bus connector, you may want to consider implementing a clock trigger with the frequency you want and then utilize MS Azure Service Bus connector to pull the data in.
#webMethods-cloud#webMethods-io-Integration#webMethods