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.  Broker Attribute

    Posted 07/10/07 05:49 AM

    As described in Broker Attribute File, there are following attributes

    NUM-WORKER
    Number of worker tasks that the Broker can use. The number of worker tasks determines the number of functions (SEND, RECEIVE, REGISTER, etc.) that can be processed concurrently. At least one worker task is required.

    NUM-CLIENT
    Number of clients that can access the Broker concurrently.

    Hence, I have the the following questions.

    1/ If a transaction involving multiple sync. call to Entire-X RPC server from Java, will the transaction fails to complete or deadlock due to unavailable worker or client queue in between the transaction?

    2/ Is it correct to say that worker is a shared resource among the processing request from client, and it is not bound to a particular user session in the RPC server. Hence, a worker can be assigned to multiple concurrent request sessions?

    Regards,
    Roland


    #EntireX
    #webMethods
    #Mainframe-Integration


  • 2.  RE: Broker Attribute

    Posted 07/12/07 05:30 AM

    1/ no. if the transaction has started, it will be able to finish. If worker task is unavailable, the transaction will be queued until a worker task is available (subject to the various time out limits and NUM*, queue limits that will depend on your operating system and environment, such as CQE’s and UQE’s). If the NUM-CLIENT is exceeded, the message will be returned with an error code
    2/ yes.


    #Mainframe-Integration
    #EntireX
    #webMethods