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
Expand all | Collapse all

how to subscribe 'published document' from broker

  • 1.  how to subscribe 'published document' from broker

    Posted Tue April 11, 2006 04:32 PM

    hi all,
    I have published ‘publishable document type’ using WmPublic → pub.publish.publish service.

    Input for this service is

    1. documentTypeName : given absolute path of pubblishable doc type
    2. document : passing publishable document with data
    3. local : false
    4. delayUntilServiceSuccess : not specified.

    its publishing that doc type to Broker. pls help me how to subscribe that from Broker.
    is it by using Trigger service or any other way is there to subscribe from broker.
    thank you,

    • Ramesh.

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


  • 2.  RE: how to subscribe 'published document' from broker

    Posted Tue April 11, 2006 05:04 PM

    Ramesh,

    Yes by using Trigger you have to subscribe the broker publishable document.So create a trigger with publishable documenttype and specify subscribing service name.This will trigger when ever particular broker document got published (pub/sub model).

    Please note subscribe flow service input should be fully qualified publishable documentName(folder.subfolder: publishdocNameDocumentReference) so that you can map source publishable document to target format what ever it is.

    For debugging purpose put a savepipeline in the subscribe service to make sure trigger is working as expected and you should see that document in the pipeline.

    HTH,
    RMG


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