Hi
I am trying to connect Azure Service Bus via the JMS input node from IBM ACE, using the reference provided in the below links
I am unable to get this working. Any thoughts on what am I missing ? Appreciate your help.
https://learn.microsoft.com/en-us/azure/service-bus-messaging/how-to-use-java-message-service-20
https://learn.microsoft.com/en-us/azure/service-bus-messaging/jms-developer-guide?tabs=JMS-20%2Csystem-assigned-managed-identity-backed-authentication
- I have added the required jar files in the shared-classes folder as mentioned in the above link
- Created JMS policy, JNDI properties as shown below. But I am unable to make it work as I get an exception
' io.netty.channel.StacklessClosedChannelException, Failure to obtain JMS Connection io.netty.channel.StacklessClosedChannelException io.netty.channel.StacklessClosedChannelException'
- There is no firewall restriction as I was able to telnet to the service bus ports : 443, 5671 & 5672
- JNDI properties:
connectionfactory.SBCF = amqps://<servicebus_host>?amqp.idleTimeout=120000
property.connectionfactory.SBCF.username = xxxxx
property.connectionfactory.SBCF.password = xxxxxx
queue.QUEUE = test.q
- JMS Policy

------------------------------
Ashik Iqbal
------------------------------