We are trying to connect to a JMS queue. We have a URL and EntityPath, SharedAccessKeyName, SharedAccessKey and using service bus explorer we can connect using HTTPS (it translates to an sb;// in explorer) I've tried adding the whole url string with parameters to the jms receiver Provider URL and tried with just the URL and the 3 parameters in the "additional provider properties" (comma separated on separate lines) in both cases it fails with
"org.apache.activemq.jndi.ActiveMQInitialContextFactory" ...
javax.jms.JMSException: Could not connect to broker URL: <<url>>
Reason: java.io.IOException: Failed to perform GET on: <<url>> as response was: Not Found
Failed to connect to JMS provider with url <<url>> and initial context "org.apache.activemq.jndi.ActiveMQInitialContextFactory"
Has anyone got an example of successfully making this connection, is there some detail of the transformer parameters which I am missing?
thanks
Rob