I need to connect to Microsoft Service Bus queue from Mulesoft application. My configuration and everything looks fine. I can see the Test Connection was successful. But, after application is deployed, the folloing warning message keeps on coning in console :
org.mule.modules.microsoftservicebus.amqp.messaging.NoAcknowledgeMessageListenerContainer: Setup of JMS message listener invoker failed for destination 'queue1' - trying to recover. Cause: It is not possible for an entity that requires sessions to create a non-sessionful message receiver. TrackingId:xxx
I am new to Azure and have never implemented this with Mule. Any help will be much appriciated.