Is there a way to publish messages to AMQP-Azure with O-Auth Token instead of username and password

94 views Asked by At
  • In our current AMQP implementation, we keep the JNDI configurations which contains username and password. Is there a way we can use OAuth instead of static username and Password
1

There are 1 answers

0
SaiSakethGuduru On

Based on the AMQP protocol Guide and SO thread. As of now AMQP Won't support O-Auth it will be supported only through SASL. enter image description here