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.


#TechXchangePresenter
 View Only
  • 1.  BrokerDate to String /Object

    Posted Mon May 27, 2019 10:43 AM

    When I get last Retrieved date from Broker Event, Its giving value in the form of “COM.activesw.API.client.BrokerDate”.
    Please help me to convert this value to string.

    I tried with Date Formatterand its not working.


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


  • 2.  RE: BrokerDate to String /Object

    Posted Mon May 27, 2019 12:51 PM

    Can you try one of following:
    toString()
    toString(Locale) - parameter must be a non-null valid locale


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