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

TN Delivery Queue and it's associated IS service

  • 1.  TN Delivery Queue and it's associated IS service

    Posted Tue August 24, 2021 03:07 AM

    Hi All,

    We have defined a TN Delivery Queue and configured TN processing rule to queue the task in this Queue.

    I can’t seem to find the TN Delivery IS service associated with the TN Delivery Queue. Can you please advise what naming format does the TN follow to create this Delivery IS service (associated to the TN Delivery Queue), so I can search accordingly in the IS server.

    Kind regards,
    Raj


    #Integration-Server-and-ESB
    #webMethods
    #edi
    #B2B-Integration


  • 2.  RE: TN Delivery Queue and it's associated IS service

    Posted Wed October 13, 2021 01:34 AM

    For every queue there will be a schedule created on Integration Server, pointing to service wm.tn.queuing:deliverBatch.

    When schedule gets kicked, based on the type of queue (Batch FTP, VANFTP, EDI Batch), associated service will be triggered by wm.tn.queuing:deliverBatch.

    Please find the list of services associated with type below:
    Queue Type -------> Service
    ------------------------------------------------------------
    VANFTP -------> VAN.VANConnectivity:putToVAN
    EDI Batch -------> wm.b2b.editn.batch:batchProcess
    Batch FTP -------> wm.tn.transport:batchFtp

    Regards
    Kolli


    #Integration-Server-and-ESB
    #webMethods
    #edi
    #B2B-Integration