a few Topic/Queue ManagedProperties have the wrong ViewUse
----------------------------------------------------------
Key: JBAS-6721
URL:
https://jira.jboss.org/jira/browse/JBAS-6721
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: ProfileService
Reporter: Ian Springer
Assignee: Scott M Stark
1) 'name' prop - should be CONFIGURATION, not RUNTIME, since it can be set in the
xml config file, e.g.:
<mbean xmbean-dd="xmdesc/Topic-xmbean.xml"
name="jboss.messaging.destination:service=Topic,name=MyTopic"
code="org.jboss.jms.server.destination.TopicService">
At least I think the name=MyTopic portion of the MBean name becomes the Topic's name.
2) 'createdProgrammatically' sounds like it should be read-only and hence
STATISTIC rather than RUNTIME
3) 'messageCounterHistoryDayLimit' should be CONFIGURATION, not STATISTIC, since
it can be set in the xml config file, e.g.:
<attribute name="MessageCounterHistoryDayLimit">10</attribute>
--
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