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.  Process model invocation through pub.jms:send giving error

    Posted 02/01/19 04:17 PM

    Hi All,

    we are trying to invoke the process models on different IS via sending the data to broker with pub.jms:send(inside wmPublic package) service which is giving back error but when we try with jms:send service(provided in wmPRT package) it works fine.so is it necessary to jms:send service provided in wmPRT or is there any other option.Any suggestions here will be great help.


    #webMethods
    #webMethods-BPMS
    #BPM


  • 2.  RE: Process model invocation through pub.jms:send giving error

    Posted 02/02/19 07:08 PM

    From docs:

    pub.prt.jms:sendWmPRT. Sends a JMS message. This service encodes an IS Document into a JMSmessage and sends it to the specified destination using the specified options. The maindifference between this service and the pub.jms:send service in WmPublic is that thisservice allows the user to easily specify the type of the document, which is required bythe Process Engine to kick off a process instance, as well as make it convenient to formatthe JMS message appropriately for use with the Process Engine.


    #webMethods-BPMS
    #webMethods
    #BPM


  • 3.  RE: Process model invocation through pub.jms:send giving error

    Posted 02/04/19 03:07 AM

    Hi Mahesh,

    Is there another way to invoke a process model(start message receive protocol set as JMS) without using the jms:send inside the WmPRT package.


    #BPM
    #webMethods-BPMS
    #webMethods


  • 4.  RE: Process model invocation through pub.jms:send giving error

    Posted 02/04/19 06:52 AM

    Hello Saurabh,

    If receive protocol set as JMS, it is mandatory to use jms.send which is in wmPRT.

    Regards,
    Sreekanth


    #webMethods
    #BPM
    #webMethods-BPMS


  • 5.  RE: Process model invocation through pub.jms:send giving error

    Posted 02/04/19 06:07 PM

    Not that I am aware of! But can you provide a reason for not using the in-built services?


    #webMethods-BPMS
    #webMethods
    #BPM