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.

 View Only
  • 1.  Create topic and JMS Connection by flow service or java service

    Posted Sun April 28, 2019 12:52 PM

    Do you know if it is possible to create or check the existence of a topic or JMS Connection by flow service or java service ?


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Create topic and JMS Connection by flow service or java service

    Posted Sun April 28, 2019 11:51 PM

    To check the existence of JMS Connections/Queues/Topics you can review the services in WmRoot pacakge.

    For creating the Connection Factory/Queue/Topic on the messaging provider (Broker/UM) you need to refer the Java Admin API and write a custom jave service in IS runtime.

    Any questions?


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: Create topic and JMS Connection by flow service or java service

    Posted Mon April 29, 2019 05:52 AM

    Hi,
    Thanks a lot,
    I didn’t think about the wmRoot package because it’s not visible in designer.
    But we can create, read and update JMS connection and even topic ! I see that


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Create topic and JMS Connection by flow service or java service

    Posted Mon April 29, 2019 05:55 AM

    I imagine we can invoke by using the invoke service in wmPublic package


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 5.  RE: Create topic and JMS Connection by flow service or java service

    Posted Mon April 29, 2019 06:27 AM

    Hi Vital,

    the WmRoot package is hidden by default to Designer as it contains services why are meant to be internal to IS and should usaully not be used for regular development.

    But you can check for extended setting watt.server.ns.hideWmRoot and change it from true to false for your development environment if this is really needed for development.
    See IS Administrators Guide for details about these extended settings.

    Whenever possible, services from WmPublic should be used instead of services from WmRoot.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 6.  RE: Create topic and JMS Connection by flow service or java service

    Posted Mon May 06, 2019 09:40 AM

    Arrgh
    The method wm.server.jms:createTopic, even if it is exists seems to be unsupported when I try it in debug


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services