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.  Sample Java Spring Application Context

    Posted 12/19/18 11:40 AM

    Working on a proof of concept with Web Methods to convert from MQ to Universal Messaging. We have existing stand alone custom Java Spring Application (No web container) . I need to configure the Queue Connection Factory Bean and Queue Beans. Can some one post an example for Universal Messaging?

    Thanks!


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


  • 2.  RE: Sample Java Spring Application Context

    Posted 12/20/18 09:08 AM

    I recently did a gig for a client for the same requirement…the samples provided by SAG helped me a lot. If you install UM, you will see these samples under %installDir%\UniversalMessaging\java\examples. There are samples in there that creates a connection to UM from Core Java.

    For your requirement i would recommend looking at %installDir%\UniversalMessaging\java\examples\com\softwareag\um\tools\JMSAdmin folder CreateConnectionFactory.java.


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