The release notes of JBossAS 5.0.0beta3 are saying:
anonymous wrote : jboss-service.xml - legacy static mbeans for compatibility

In my app I have a SAR archive containing META-INF/jboss-service.xml. How do I 
migrate resp. replace this contents?
<?xml version="1.0" ?>
  | <server>
  |     <mbean code="org.jboss.mq.server.jmx.Queue"
  |                name="jboss.mq.destination:service=Queue,name=marketing">
  |             <depends optional-attribute-name="DestinationManager">
  |                     jboss.mq:service=DestinationManager
  |             </depends>
  |     </mbean>
  |     <mbean code="org.jboss.mq.server.jmx.Topic"
  |                name="jboss.mq.destination:service=Topic,name=kunden">
  |             <depends optional-attribute-name="DestinationManager">
  |                     jboss.mq:service=DestinationManager
  |             </depends>
  |     </mbean>
  | </server>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115156#4115156

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115156
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to