init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Manifest-Version: 1.0
|
||||
Ant-Version: Apache Ant 1.7.1
|
||||
Created-By: 1.5.0_16-b02 (Sun Microsystems Inc.)
|
||||
Specification-Title: JBoss Messaging
|
||||
Specification-Version: 1.4.2.GA
|
||||
Specification-Vendor: JBoss Inc. (http://www.jboss.org/)
|
||||
Implementation-Title: JBoss Messaging
|
||||
Implementation-URL: http://www.jboss.org/
|
||||
Implementation-Version: 1.4.2.GA (build: CVSTag=JBossMessaging_1_4_2_G
|
||||
A date=200812231053)
|
||||
Implementation-Vendor: JBoss Inc. (http://www.jboss.org/)
|
||||
Implementation-Vendor-Id: http://www.jboss.org/
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Bootstrap - starts the messaging server peer
|
||||
|
||||
$Id: jboss-service.xml 2671 2007-05-14 15:51:13Z timfox $
|
||||
-->
|
||||
|
||||
<server>
|
||||
|
||||
<mbean code="org.jboss.jms.server.Bootstrap"
|
||||
name="jboss.messaging:service=Bootstrap"
|
||||
xmbean-dd="xmdesc/Bootstrap-xmbean.xml">
|
||||
<depends>jboss.messaging:service=ServerPeer</depends>
|
||||
</mbean>
|
||||
|
||||
</server>
|
||||
Reference in New Issue
Block a user