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.  How to set "guaranteed" flag from java?

    Posted 06/24/09 10:37 AM

    Hello,

    in the documentation there is a table that says the event is being transported with guaranteed delivery iff

    a) client group has guaranteed setting
    b) the event itself is set to guaranteed

    I have no clue how to set the “guaranteed” flag on the event. There is no method like setTransportType. Only the BrokerTypeDef class provides some read-only variables but there are no “set” methods.

    How to set “guaranteed” on an event in Java?

    ps - all the BrokerTypeDef methods are deprecated - what that means? It is not documented why its deprecated and what to use instead of it.


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


  • 2.  RE: How to set "guaranteed" flag from java?

    Posted 06/24/09 11:59 AM

    Ah I see - document delivery type is defined during creating event type on the Broker! Ok.


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