[
https://jira.jboss.org/jira/browse/JOPR-40?page=com.atlassian.jira.plugin...
]
Heiko W. Rupp commented on JOPR-40:
-----------------------------------
rev 128 delivers this for JBoss Messaging and the framework for JBossMQ.
The "jboss.mq:service=DestinationManager", "Interceptor" attribute is
unfortunately reported as not serializable by EMS and I am not sure if accessing this
class field directly is the right thing to do for JBossMQ.
set JBossMQ Resource version in JBossMQDiscoveryComponent
---------------------------------------------------------
Key: JOPR-40
URL:
https://jira.jboss.org/jira/browse/JOPR-40
Project: Jopr
Issue Type: Task
Components: Plugin - JBoss AS 4
Affects Versions: 2.1
Reporter: Ian Springer
Assignee: Heiko W. Rupp
Priority: Minor
Original Estimate: 45 minutes
Remaining Estimate: 45 minutes
Version can be determined via JMX:
String versionString = getAttribute("jboss.mq:service=DestinationManager",
"Interceptor").toString();
or via direct access:
String versionString = org.jboss.mq.server.JMSDestinationManager.JBOSS_VERSION;
Either of these will return a String in the form "JBossMQ Version 4.0".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira