Error while connecting to Azure Event Hub using AMQP 1.0

We created an JNDI and JMS connection to connect Azure Event Hub. We are able to do test lookup and see topic and dynamic connection factory details, But we enable the JMS connection, we are getting below error.

Error Message :

com.wm.app.b2b.server.jms.JMSSubsystemException: [ISS.0134.9064] Error creating connection: javax.jms.JMSException: An existing connection was forcibly closed by the remote host [Linked Exception] java.io.IOException: An existing connection was forcibly closed by the remote host

We are using webMethods server 10.11.

This is resolved after doing changes in the configuration.

We changed the port number to default(443).
We created truststore and updated same in the configuration.
We provided access key name and access key in the username and password of JMS connection.
We disabled “create temporary queue” property in JMS Connection.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.