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.  Native Pub-Sub With Filter

    Posted 08/17/17 04:42 AM

    Hello Experts

    We are using IS document type ( Publishable with Encoding Type=IData) for native publish-subscribe. We are using Universal Messaging (9.8) for Publish-Subscribe. I want to use _properties in the document (as custom header) for UM filtering.

    How can i achieve this. I created _properties in the publishable document, but unable to publish the document.

    Getting the below Error:

    com.wm.app.b2b.server.ServiceException: [ISS.0153.9009] Unable to send message to webMethods Messaging alias IS_UM_CONNECTION: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9007] Data does not conform to the Publishable Document Type PubSub:pbDocType errors: INVALID
    List of errors:
    [0] pathName=/_properties/ActionalBrokerDocumentType errorCode=VV-002 errorMessage=[ISC.0082.9026] Undefined Object found

    Please help.


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Native Pub-Sub With Filter

    Posted 08/17/17 10:03 AM

    Hi Sasanka,

    was the modified publishable doc type synched with UM?

    Regards.
    Holger


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Native Pub-Sub With Filter

    Posted 08/18/17 08:07 PM

    AFAIK, UM can not filter documents encoded as IData. This can only be done on the client side (in the UM sense), i.e. in the IS. UM can only “understand” and filter documents encoded as “protocol buffers”.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Native Pub-Sub With Filter

    Posted 01/05/18 12:55 AM

    use JMS send and receive


    #Integration-Server-and-ESB
    #webMethods