[jboss-jira] [JBoss JIRA] (JBJCA-971) convert mbean to adminobject

Jeff Zhang (JIRA) jira-events at lists.jboss.org
Mon Jan 21 02:29:21 EST 2013


Jeff Zhang created JBJCA-971:
--------------------------------

             Summary: convert mbean to adminobject
                 Key: JBJCA-971
                 URL: https://issues.jboss.org/browse/JBJCA-971
             Project: IronJacamar
          Issue Type: Feature Request
          Components: AS
    Affects Versions: 1.1.0.Beta3
            Reporter: Jeff Zhang
            Assignee: Jeff Zhang


 <mbean code="org.jboss.resource.deployment.AdminObject"
        name="activemq.queue:name=outboundQueue">
    <attribute name="JNDIName">activemq/queue/outbound</attribute>
    <depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='activemq-ra.rar'</depends>
    <attribute name="Type">javax.jms.Queue</attribute>
    <attribute name="Properties">PhysicalName=queue.outbound</attribute>
 </mbean>

maps to

  <admin-object class-name="FIXME"
                jndi-name="activemq/queue/outbound">
     <config-property name="Type">javax.jms.Queue</config-property>
     <config-property name="Properties">PhysicalName=queue.outbound</config-property>
  </admin-object>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list