IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Error while connecting to Azure Event Hub using AMQP 1.0

  • 1.  Error while connecting to Azure Event Hub using AMQP 1.0

    Posted Mon July 17, 2023 10:42 AM

    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.


    #webMethods


  • 2.  RE: Error while connecting to Azure Event Hub using AMQP 1.0

    Posted Mon July 31, 2023 09:34 AM

    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.


    #webMethods