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.  Broker Hello World

    Posted 06/21/19 09:26 AM

    I am trying to create a HelloWorld application using Public/Subcribe from Software AG Designer. However, I do not which type of project I should create and steps to do.

    (I read webMethods “Broker Messaging Programming Guide” and “Public Subscribe Programming Guide”, but I still do not know where to start)

    Can you please help me on this? a very basic steps to start to code something


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


  • 2.  RE: Broker Hello World

    Posted 06/22/19 03:04 AM

    Here are the basic steps,

    1> Make sure your IS (Integration Server) is connected to the Broker Server (already running), you can verify by going through "Settings > Messaging > webMethods Messaging Settings" on your IS

    2> Log in to the SAG designer connecting to your IS, create a IS package, folder. Refer the below link
    http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/designer/sdf10-3/10-3_Service_Development_Help.pdf

    3> Create an IS document, make it publishable, sync to broker, create a trigger service and trigger (reference the publishable document and the trigger service)

    4> Run the publishable document or you can creata another service which publishes the same document via the service "pub.publish:publish"


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


  • 3.  RE: Broker Hello World

    Posted 06/24/19 07:08 AM

    Thank you for the guide. I completed all steps.
    How can I start to write some code for this using Software AG Designer? (type of project, configuration, etc)


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


  • 4.  RE: Broker Hello World

    Posted 06/25/19 12:06 AM

    Here is the Demo Sample Package, import the same by putting it in \IntegrationServer\replicate\inbound\ and go to "Packages > Management > Install Inbound Releases" install it on your IS.

    Once you have the setup ready, sync the document "PubSubDemoBroker:pubDoc" to Broker by right click "Sync Document Type", Run the PubSubDemoBroker:publisher service and check the server.log the message would be subscribed and written to the log.

    Start reading the documents and try implementing them practically. Good luck!
    PubSubDemoBroker.zip (11.4 KB)


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