Integration with Azure Service Bus
Hi,
We are trying to integrate with Azure Service Bus from Pega. In Azure Service Bus the queue is configured and we have received the Connections String. We want to know how we can configure the JMS connector with connection string that was provided to us. We want to know if Pega has any OOTB mechanism to connect to Azure Service Bus. If there any documentation, please share it. Azure service bus connection string looks like this Endpoint=sb://xxx.servicebus.windows.net/;SharedAccessKeyName=pega.status.update;SharedAccessKey=XXXXXXXXXXX=;EntityPath=pega.status.update
Thanks!