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

Broker version using Broker Java API

  • 1.  Broker version using Broker Java API

    Posted 11/06/06 09:04 AM

    Hi,

    We are having Broker version 6.5.2.0756 092506 installed on the server. We can get this version number using broker_status command line utility.

    How can I get this version number using Broker Java API’s ?

    Thanks and Regards,
    Prashant


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Broker version using Broker Java API

    Posted 11/07/06 06:40 AM

    Hi Prashant,

    what about BrokerMonitorClient.getVersion()?

    Details can be found in webMethods_Broker_Client_Java_API_Programmers_Guide_6.5.2.pdf
    available from Advantage Bookshelf.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Broker version using Broker Java API

    Posted 11/08/06 02:21 AM

    Thanks Holger . I got it using BrokerMonitorClient.getVersion().


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Broker version using Broker Java API

    Posted 11/09/06 11:52 AM

    BrokerMonitorClient.getVersion() returns version of Broker Monitor and not of the Broker. It is possible to use a Broker Monitor 6.5.2 and run previous versions of broker all the way to 4 (and probably even earlier then those).


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Broker version using Broker Java API

    Posted 11/15/06 11:29 AM

    Ok,
    than try the following one:
    BrokerClient.getBrokerVersionNumber().

    Broker Monitor´s version must be greater or equal to Broker´s version when both are on the same host.

    Running old Brokers on the new Monitor is not supported (check the compatibility matrix on Advantage).

    We are currently discussing with wM if running IS 6.1 with Broker 6.5 or 6.5.2 is a supported platform or not.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: Broker version using Broker Java API

    Posted 11/16/06 08:44 AM

    At one of my previous client, they have been running 5.0.1, 6.1 and 6.5 (not 6.5.2) brokers on same host since last 6 months. (We are in middle of upgrade to webMethods 6 Platform, the 5.0.1 will be gone by spring 2007).

    They had issues with Broker 6.1 and webMethods Technical Support recommanded to move to Broker 6.5 (keeping everything else as is). The recommandation to move to 6.5 was based on following:

    1. 6.5 is updated and active code (Patches and Service Packs will be created)
    2. Ability for PD and TS to be able to research the bugs will be better on 6.5.

    Now since webMethods has released 6.5.2, the client is considering moving to 6.5.2.

    The Integration Servers used are 6.1. One Integration server (only for Broker Admin Purpose) is running 6.5.


    #webMethods
    #Integration-Server-and-ESB


  • 7.  RE: Broker version using Broker Java API

    Posted 11/16/06 08:45 AM

    We Have been in a scenario where we ran 4.0 (!!), 5.0.1, 6.1 and 6.5 on same box under Broker Monitor 6.5 at same time for a short span of time without any issue.


    #webMethods
    #Integration-Server-and-ESB


  • 8.  RE: Broker version using Broker Java API

    Posted 11/17/06 05:27 AM

    Hi,

    remember that Broker 6.5.2 requires myWebMethods to administer Brokers 6.5.2.

    There is currently no IS BrokerAdmin package which works with Broker 6.5.2, but wM plans to provide one (according to the readmes for Broker 6.5.2).

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods


  • 9.  RE: Broker version using Broker Java API

    Posted 02/22/07 07:28 AM

    WmBrokerAdmin/wm.broker.admin.servers:getVersion service is throwing error that No broker name entered. I want to check broker version using flow service as client do not have admin interface.


    #Integration-Server-and-ESB
    #webMethods


  • 10.  RE: Broker version using Broker Java API

    Posted 11/30/07 01:06 PM

    Hi,
    Can any body give the information how to view the Broker version present and previous (with all previous patches) from Broker admin page or any other way.


    #webMethods
    #Integration-Server-and-ESB


  • 11.  RE: Broker version using Broker Java API

    Posted 01/10/08 11:04 AM

    under broker bin …run

    awbroker -version

    awbrokermon -version


    #webMethods
    #Integration-Server-and-ESB