]
Jeff Zhang resolved JBJCA-971.
------------------------------
Fix Version/s: 1.2.0.CR1
Resolution: Done
convert mbean to adminobject
----------------------------
Key: JBJCA-971
URL:
https://issues.jboss.org/browse/JBJCA-971
Project: IronJacamar
Issue Type: Task
Components: AS
Affects Versions: 1.1.0.Beta3
Reporter: Jeff Zhang
Assignee: Jeff Zhang
Fix For: 1.2.0.CR1
<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>