[jboss-cvs] jboss-seam/src/test/integration/resources ...

Norman Richards norman.richards at jboss.com
Thu Oct 18 17:26:29 EDT 2007


  User: nrichards
  Date: 07/10/18 17:26:29

  Added:       src/test/integration/resources 
                        test-destinations-service.xml
  Log:
  jms integration tests
  
  Revision  Changes    Path
  1.1      date: 2007/10/18 21:26:29;  author: nrichards;  state: Exp;jboss-seam/src/test/integration/resources/test-destinations-service.xml
  
  Index: test-destinations-service.xml
  ===================================================================
  <server>
  	<mbean code="org.jboss.mq.server.jmx.Topic"
  		   name="jboss.mq.destination:service=Topic,name=testTopic">
  		<depends optional-attribute-name="ServerPeer">
  			jboss.messaging:service=ServerPeer
  		</depends>
  		<depends>jboss.messaging:service=PostOffice</depends>
  	</mbean>
  	
  	<mbean code="org.jboss.mq.server.jmx.Queue"
  		   name="jboss.mq.destination:service=Queue,name=testQueue">
  		<depends optional-attribute-name="ServerPeer">
  			jboss.messaging:service=ServerPeer
  		</depends>
  		<depends>jboss.messaging:service=PostOffice</depends>
  	</mbean>
  </server>
  
  
  



More information about the jboss-cvs-commits mailing list