You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2010/04/23 17:55:25 UTC

[jira] Resolved: (AMQ-1903) Add a Version class to easily output the version of ActiveMQ

     [ https://issues.apache.org/activemq/browse/AMQ-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac resolved AMQ-1903.
--------------------------------

    Resolution: Fixed

I added BrokerView.brokerVersion property. This property is displayed in JConsole (and over JMX in general), web console home page. and can be also used programatically. Think this should be enough. Reopen if needed.

> Add a Version class to easily output the version of ActiveMQ 
> -------------------------------------------------------------
>
>                 Key: AMQ-1903
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1903
>             Project: ActiveMQ
>          Issue Type: New Feature
>    Affects Versions: 5.1.0
>            Reporter: Bruce Snyder
>            Assignee: Bruce Snyder
>             Fix For: 5.4.0
>
>         Attachments: Version.diff.txt
>
>
> I've found that in some environments version numbers are stripped from jar files making it difficult to determine the version of ActiveMQ someone is running. So I created a little Version class that reads properties from a file that is created by the build process. Then you just execute the main method in the Version class to get the following project output: 
> {code}
> Apache ActiveMQ
>   Project Version: 5.2-SNAPSHOT
>   Build Timestamp: 2008.08.20 11:39:47 MDT
>       Java Vendor: Apple Inc.
>      Java Version: 1.5.0_13-119
>   OS Architecture: i386
>           OS Name: Mac OS X
>        OS Version: 10.5.4
> {code}
> The only thing missing is the SVN revision number. That's more difficult to add. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.