This commit is contained in:
2025-02-26 14:49:25 +07:00
commit 1c1d9c4474
6403 changed files with 1953774 additions and 0 deletions

View File

@@ -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/

View File

@@ -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>