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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Java service to connect to UMServer

    Posted 04/21/15 03:54 PM

    Hi,
    I have created a channel in UMServer; IS is successfully connected to UM server and able to publlish the messages using pub.jms:send.

    Now, I am following JAVA code example to publish the messages to UMChannel. I am getting error on below import statement.

    import com.pcbsys.nirvana.client;

    Please let me know how to resolve this issue. I am using wM9.7 version.

    Thanks!!


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods


  • 2.  RE: Java service to connect to UMServer

    Posted 04/24/15 07:57 AM

    See if the imports in the below link will work for you?


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods


  • 3.  RE: Java service to connect to UMServer

    Posted 06/19/15 05:22 AM

    Hello Dattathri,

    Use the statement like this. Hope this will work.

    package com.pcbsys.nirvana.apps;

    import com.pcbsys.nirvana.client.*;

    Thanks and Regards
    Abir Banerjee


    #Universal-Messaging-Broker
    #webMethods
    #Integration-Server-and-ESB