[jboss-cvs] JBoss Messaging SVN: r2529 - trunk/docs/userguide-1.2/en/modules.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Mar 1 05:10:34 EST 2007
Author: sam.griffith at jboss.com
Date: 2007-03-01 05:10:34 -0500 (Thu, 01 Mar 2007)
New Revision: 2529
Modified:
trunk/docs/userguide-1.2/en/modules/CLUST_configuration.xml
trunk/docs/userguide-1.2/en/modules/CLUST_installation.xml
trunk/docs/userguide-1.2/en/modules/UG12_configuration.xml
trunk/docs/userguide-1.2/en/modules/UG12_installation.xml
trunk/docs/userguide-1.2/en/modules/UG12_performance.xml
Log:
More edits
Modified: trunk/docs/userguide-1.2/en/modules/CLUST_configuration.xml
===================================================================
--- trunk/docs/userguide-1.2/en/modules/CLUST_configuration.xml 2007-03-01 10:00:25 UTC (rev 2528)
+++ trunk/docs/userguide-1.2/en/modules/CLUST_configuration.xml 2007-03-01 10:10:34 UTC (rev 2529)
@@ -107,7 +107,8 @@
CHANNEL_ID BIGINT, IS_FAILED_OVER CHAR(1), FAILED_NODE_ID INTEGER)
INSERT_BINDING=INSERT INTO JBM_POSTOFFICE (POSTOFFICE_NAME, NODE_ID, QUEUE_NAME, COND,
SELECTOR, CHANNEL_ID, IS_FAILED_OVER, FAILED_NODE_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
-DELETE_BINDING=DELETE FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=? AND QUEUE_NAME=?
+DELETE_BINDING=DELETE FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=? AND
+QUEUE_NAME=?
LOAD_BINDINGS=SELECT NODE_ID, QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, IS_FAILED_OVER,
FAILED_NODE_ID FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME = ?
]]></attribute>
@@ -122,10 +123,11 @@
<attribute name="AsyncChannelConfig">
<config>
-<UDP mcast_recv_buf_size="500000" down_thread="false" ip_mcast="true" mcast_send_buf_size="32000"
-mcast_port="45567" ucast_recv_buf_size="500000" use_incoming_packet_handler="false"
-mcast_addr="228.8.8.8" use_outgoing_packet_handler="true" loopback="true" ucast_send_buf_size="32000"
- ip_ttl="32" bind_addr="127.0.0.1"/>
+<UDP mcast_recv_buf_size="500000" down_thread="false" ip_mcast="true"
+mcast_send_buf_size="32000" mcast_port="45567" ucast_recv_buf_size="500000"
+use_incoming_packet_handler="false" mcast_addr="228.8.8.8"
+use_outgoing_packet_handler="true" loopback="true" ucast_send_buf_size="32000"
+ip_ttl="32" bind_addr="127.0.0.1"/>
<AUTOCONF down_thread="false" up_thread="false"/>
<PING timeout="2000" down_thread="false" num_initial_members="3" up_thread="false"/>
<MERGE2 max_interval="10000" down_thread="false" min_interval="5000" up_thread="false"/>
@@ -139,17 +141,18 @@
max_bytes="0" up_thread="false"/>
<FRAG frag_size="8192" down_thread="false" up_thread="false"/>
<VIEW_SYNC avg_send_interval="60000" down_thread="false" up_thread="false" />
-<pbcast.GMS print_local_addr="true" join_timeout="3000" down_thread="false" join_retry_timeout="2000"
- up_thread="false" shun="true"/>
+<pbcast.GMS print_local_addr="true" join_timeout="3000" down_thread="false"
+join_retry_timeout="2000" up_thread="false" shun="true"/>
</config>
</attribute>
<attribute name="SyncChannelConfig">
<config>
-<UDP mcast_recv_buf_size="500000" down_thread="false" ip_mcast="true" mcast_send_buf_size="32000"
-mcast_port="45568" ucast_recv_buf_size="500000" use_incoming_packet_handler="false"
-mcast_addr="228.8.8.8" use_outgoing_packet_handler="true" loopback="true" ucast_send_buf_size="32000"
- ip_ttl="32" bind_addr="127.0.0.1"/>
+<UDP mcast_recv_buf_size="500000" down_thread="false" ip_mcast="true"
+mcast_send_buf_size="32000" mcast_port="45568" ucast_recv_buf_size="500000"
+use_incoming_packet_handler="false" mcast_addr="228.8.8.8"
+use_outgoing_packet_handler="true" loopback="true" ucast_send_buf_size="32000"
+ip_ttl="32" bind_addr="127.0.0.1"/>
<AUTOCONF down_thread="false" up_thread="false"/>
<PING timeout="2000" down_thread="false" num_initial_members="3" up_thread="false"/>
<MERGE2 max_interval="10000" down_thread="false" min_interval="5000" up_thread="false"/>
@@ -163,8 +166,8 @@
max_bytes="0" up_thread="false"/>
<FRAG frag_size="8192" down_thread="false" up_thread="false"/>
<VIEW_SYNC avg_send_interval="60000" down_thread="false" up_thread="false" />
-<pbcast.GMS print_local_addr="true" join_timeout="3000" down_thread="false" join_retry_timeout="2000"
- up_thread="false" shun="true"/>
+<pbcast.GMS print_local_addr="true" join_timeout="3000" down_thread="false"
+join_retry_timeout="2000" up_thread="false" shun="true"/>
<pbcast.STATE_TRANSFER down_thread="false" up_thread="false"/>
</config>
</attribute>
Modified: trunk/docs/userguide-1.2/en/modules/CLUST_installation.xml
===================================================================
--- trunk/docs/userguide-1.2/en/modules/CLUST_installation.xml 2007-03-01 10:00:25 UTC (rev 2528)
+++ trunk/docs/userguide-1.2/en/modules/CLUST_installation.xml 2007-03-01 10:10:34 UTC (rev 2529)
@@ -17,10 +17,10 @@
</para>
<programlisting>
- cd util
- ant -f release-admin.xml [-Did=node-id] [-Dports=port-config-label] [-Ddatabase=db-name] cluster-node
- </programlisting>
-
+cd util
+ant -f release-admin.xml [-Did=node-id] [-Dports=port-config-label]
+[-Ddatabase=db-name] cluster-node
+ </programlisting>
<para>
where:
<itemizedlist>
@@ -75,10 +75,10 @@
</para>
<programlisting>
- ant -f release-admin.xml cluster-node
- ant -f release-admin.xml -Did=1 -Dports=ports-01 cluster-node
- ant -f release-admin.xml -Did=2 -Dports=ports-02 cluster-node
- ant -f release-admin.xml -Did=3 -Dports=ports-03 cluster-node
+ant -f release-admin.xml cluster-node
+ant -f release-admin.xml -Did=1 -Dports=ports-01 cluster-node
+ant -f release-admin.xml -Did=2 -Dports=ports-02 cluster-node
+ant -f release-admin.xml -Did=3 -Dports=ports-03 cluster-node
</programlisting>
<para>
@@ -113,17 +113,17 @@
</para>
<programlisting>
- cd $JBOSS_HOME/bin
- ./run.sh -c messaging-node0
+cd $JBOSS_HOME/bin
+./run.sh -c messaging-node0
- cd $JBOSS_HOME/bin
- ./run.sh -c messaging-node1
+cd $JBOSS_HOME/bin
+./run.sh -c messaging-node1
- cd $JBOSS_HOME/bin
- ./run.sh -c messaging-node2
+cd $JBOSS_HOME/bin
+./run.sh -c messaging-node2
- cd $JBOSS_HOME/bin
- ./run.sh -c messaging-node3
+cd $JBOSS_HOME/bin
+./run.sh -c messaging-node3
</programlisting>
@@ -142,49 +142,81 @@
00:24:04,796 WARN [JDBCPersistenceManager]
-JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently REPEATABLE_READ.
- Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems.
- Using an isolation level more strict than READ_COMMITTED may lead to deadlock.
+JBoss Messaging Warning:
+ DataSource connection transaction isolation should be READ_COMMITTED, but it
+ is currently REPEATABLE_READ.
+ Using an isolation level less strict than READ_COMMITTED may lead to data
+ consistency problems.
+ Using an isolation level more strict than READ_COMMITTED may lead to deadlock.
00:24:05,718 INFO [ServerPeer] JBoss Messaging 1.2.0.CR1 server [0] started
00:24:06,328 INFO [STDOUT]
-------------------------------------------------------
GMS: address is 127.0.0.1:2452
-------------------------------------------------------
-00:24:08,406 INFO [DefaultClusteredPostOffice] ClusteredPostOffice[0:Clustered JMS:127.0.0.1:2452] got new view [127.0.0.1:2452|0] [127.0.0.1:2452]
+00:24:08,406 INFO [DefaultClusteredPostOffice] ClusteredPostOffice
+[0:Clustered JMS:127.0.0.1:2452] got new view [127.0.0.1:2452|0] [127.0.0.1:2452]
00:24:08,468 INFO [STDOUT]
-------------------------------------------------------
GMS: address is 127.0.0.1:2455
-------------------------------------------------------
-00:24:10,906 INFO [ConnectionFactory] Connector socket://10.11.14.105:4457 has leasing enabled, lease period 10000 milliseconds
-00:24:10,921 INFO [ConnectionFactory] [/ConnectionFactory, /XAConnectionFactory, java:/ConnectionFactory, java:/XAConnectionFactory] started
-00:24:10,953 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,953 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,953 INFO [TopicService] Topic[/topic/testTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,953 INFO [TopicService] Topic[/topic/securedTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,968 INFO [TopicService] Topic[/topic/testDurableTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,968 INFO [QueueService] Queue[/queue/testQueue] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,968 INFO [QueueService] Queue[/queue/A] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,968 INFO [QueueService] Queue[/queue/B] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,968 INFO [QueueService] Queue[/queue/C] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,968 INFO [QueueService] Queue[/queue/D] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,968 INFO [QueueService] Queue[/queue/ex] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,984 INFO [QueueService] Queue[/queue/PrivateDLQ] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,984 INFO [QueueService] Queue[/queue/PrivateExpiryQueue] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,984 INFO [QueueService] Queue[/queue/QueueWithOwnDLQAndExpiryQueue] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,984 INFO [TopicService] Topic[/topic/TopicWithOwnDLQAndExpiryQueue] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,984 INFO [QueueService] Queue[/queue/QueueWithOwnRedeliveryDelay] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:10,984 INFO [TopicService] Topic[/topic/TopicWithOwnRedeliveryDelay] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:11,000 INFO [QueueService] Queue[/queue/testDistributedQueue] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:11,000 INFO [TopicService] Topic[/topic/testDistributedTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:24:11,093 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:name=JmsXA,service=ConnectionFactoryBinding' to JNDI name 'java:JmsXA'
-00:24:11,375 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
+00:24:10,906 INFO [ConnectionFactory] Connector socket://10.11.14.105:4457 has leasing
+enabled, lease period 10000 milliseconds
+00:24:10,921 INFO [ConnectionFactory] [/ConnectionFactory, /XAConnectionFactory,
+java:/ConnectionFactory, java:/XAConnectionFactory] started
+00:24:10,953 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,953 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,953 INFO [TopicService] Topic[/topic/testTopic] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,953 INFO [TopicService] Topic[/topic/securedTopic] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,968 INFO [TopicService] Topic[/topic/testDurableTopic] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,968 INFO [QueueService] Queue[/queue/testQueue] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,968 INFO [QueueService] Queue[/queue/A] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,968 INFO [QueueService] Queue[/queue/B] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,968 INFO [QueueService] Queue[/queue/C] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,968 INFO [QueueService] Queue[/queue/D] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,968 INFO [QueueService] Queue[/queue/ex] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,984 INFO [QueueService] Queue[/queue/PrivateDLQ] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:10,984 INFO [QueueService] Queue[/queue/PrivateExpiryQueue] started,
+fullSize=75000, pageSize=2000, downCacheSize=2000
+00:24:10,984 INFO [QueueService] Queue[/queue/QueueWithOwnDLQAndExpiryQueue] started,
+fullSize=75000, pageSize=2000, downCacheSize=2000
+00:24:10,984 INFO [TopicService] Topic[/topic/TopicWithOwnDLQAndExpiryQueue] started,
+fullSize=75000, pageSize=2000, downCacheSize=2000
+00:24:10,984 INFO [QueueService] Queue[/queue/QueueWithOwnRedeliveryDelay] started,
+fullSize=75000, pageSize=2000, downCacheSize=2000
+00:24:10,984 INFO [TopicService] Topic[/topic/TopicWithOwnRedeliveryDelay] started,
+fullSize=75000, pageSize=2000, downCacheSize=2000
+00:24:11,000 INFO [QueueService] Queue[/queue/testDistributedQueue] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:11,000 INFO [TopicService] Topic[/topic/testDistributedTopic] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:24:11,093 INFO [ConnectionFactoryBindingService] Bound
+ConnectionManager'jboss.jca:name=JmsXA,service=ConnectionFactoryBinding' to JNDI
+name 'java:JmsXA'
+00:24:11,375 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console,
+warUrl=.../deploy/jmx-console.war/
00:24:12,171 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
00:24:12,421 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
00:24:12,453 INFO [JkMain] Jk running ID=0 time=0/47 config=null
-00:24:12,515 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200611221632)] Started in 30s:375ms
+00:24:12,515 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0
+date=200611221632)]
+Started in 30s:375ms
-00:27:21,343 INFO [DefaultClusteredPostOffice] ClusteredPostOffice[0:Clustered JMS:127.0.0.1:2452] got new view [127.0.0.1:2452|1] [127.0.0.1:2452, 127.0.0.1:2474]
+00:27:21,343 INFO [DefaultClusteredPostOffice] ClusteredPostOffice
+[0:Clustered JMS:127.0.0.1:2452] got new view [127.0.0.1:2452|1]
+[127.0.0.1:2452, 127.0.0.1:2474]
</programlisting>
@@ -199,67 +231,76 @@
00:33:54,468 WARN [JDBCPersistenceManager]
JBoss Messaging Warning:
- DataSource connection transaction isolation should be READ_COMMITTED, but it is
- currently REPEATABLE_READ.
- Using an isolation level less strict than READ_COMMITTED may lead to data consistency
- problems.
- Using an isolation level more strict than READ_COMMITTED may lead to deadlock.
+DataSource connection transaction isolation should be READ_COMMITTED, but it is
+currently REPEATABLE_READ.
+Using an isolation level less strict than READ_COMMITTED may lead to data consistency
+problems.
+Using an isolation level more strict than READ_COMMITTED may lead to deadlock.
00:33:55,062 INFO [ServerPeer] JBoss Messaging 1.2.0.CR1 server [1] started
00:33:55,609 INFO [STDOUT]
-------------------------------------------------------
GMS: address is 127.0.0.1:2514
-------------------------------------------------------
-00:33:57,734 INFO [DefaultClusteredPostOffice] ClusteredPostOffice[1:Clustered JMS:127.0.0.1:2514] got new view [127.0.0.1:2452|3] [127.0.0.1:2452, 127.0.0.1:2514]
+00:33:57,734 INFO [DefaultClusteredPostOffice]
+ClusteredPostOffice[1:Clustered JMS:127.0.0.1:2514] got new
+view [127.0.0.1:2452|3] [127.0.0.1:2452, 127.0.0.1:2514]
00:33:57,765 INFO [STDOUT]
-------------------------------------------------------
GMS: address is 127.0.0.1:2519
-------------------------------------------------------
-00:34:00,203 INFO [ConnectionFactory] Connector socket://10.11.14.105:4557 has leasing enabled,
- lease period 20000 milliseconds
+00:34:00,203 INFO [ConnectionFactory] Connector socket://10.11.14.105:4557 has leasing
+enabled, lease period 20000 milliseconds
00:34:00,203 INFO [ConnectionFactory] [/ConnectionFactory, /XAConnectionFactory,
- java:/ConnectionFactory, java:/XAConnectionFactory] started
+java:/ConnectionFactory, java:/XAConnectionFactory] started
00:34:00,234 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=75000, pageSize=2000,
- downCacheSize=2000
-00:34:00,234 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=75000, pageSize=2000,
- downCacheSize=2000
-00:34:00,234 INFO [TopicService] Topic[/topic/testTopic] started, fullSize=75000, pageSize=2000,
- downCacheSize=2000
-00:34:00,250 INFO [TopicService] Topic[/topic/securedTopic] started, fullSize=75000, pageSize=2000,
- downCacheSize=2000
-00:34:00,250 INFO [TopicService] Topic[/topic/testDurableTopic] started, fullSize=75000, pageSize=2000,
- downCacheSize=2000
-00:34:00,250 INFO [QueueService] Queue[/queue/testQueue] started, fullSize=75000, pageSize=2000,
- downCacheSize=2000
-00:34:00,250 INFO [QueueService] Queue[/queue/A] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:34:00,250 INFO [QueueService] Queue[/queue/B] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:34:00,250 INFO [QueueService] Queue[/queue/C] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:34:00,250 INFO [QueueService] Queue[/queue/D] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:34:00,250 INFO [QueueService] Queue[/queue/ex] started, fullSize=75000, pageSize=2000, downCacheSize=2000
-00:34:00,265 INFO [QueueService] Queue[/queue/PrivateDLQ] started, fullSize=75000, pageSize=2000,
- downCacheSize=2000
-00:34:00,265 INFO [QueueService] Queue[/queue/PrivateExpiryQueue] started, fullSize=75000, pageSize=2000,
- downCacheSize=2000
-00:34:00,265 INFO [QueueService] Queue[/queue/QueueWithOwnDLQAndExpiryQueue] started, fullSize=75000,
- pageSize=2000, downCacheSize=2000
-00:34:00,265 INFO [TopicService] Topic[/topic/TopicWithOwnDLQAndExpiryQueue] started, fullSize=75000,
- pageSize=2000, downCacheSize=2000
-00:34:00,265 INFO [QueueService] Queue[/queue/QueueWithOwnRedeliveryDelay] started, fullSize=75000,
- pageSize=2000, downCacheSize=2000
-00:34:00,265 INFO [TopicService] Topic[/topic/TopicWithOwnRedeliveryDelay] started, fullSize=75000,
- pageSize=2000, downCacheSize=2000
-00:34:00,296 INFO [QueueService] Queue[/queue/testDistributedQueue] started, fullSize=75000, pageSize=2000,
- downCacheSize=2000
-00:34:00,296 INFO [TopicService] Topic[/topic/testDistributedTopic] started, fullSize=75000, pageSize=2000,
- downCacheSize=2000
-00:34:00,343 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:name=JmsXA,
- service=ConnectionFactoryBinding' to JNDI name 'java:JmsXA'
-00:34:00,453 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
+downCacheSize=2000
+00:34:00,234 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:34:00,234 INFO [TopicService] Topic[/topic/testTopic] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:34:00,250 INFO [TopicService] Topic[/topic/securedTopic] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:34:00,250 INFO [TopicService] Topic[/topic/testDurableTopic] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:34:00,250 INFO [QueueService] Queue[/queue/testQueue] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:34:00,250 INFO [QueueService] Queue[/queue/A] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:34:00,250 INFO [QueueService] Queue[/queue/B] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:34:00,250 INFO [QueueService] Queue[/queue/C] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:34:00,250 INFO [QueueService] Queue[/queue/D] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:34:00,250 INFO [QueueService] Queue[/queue/ex] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:34:00,265 INFO [QueueService] Queue[/queue/PrivateDLQ] started, fullSize=75000,
+pageSize=2000, downCacheSize=2000
+00:34:00,265 INFO [QueueService] Queue[/queue/PrivateExpiryQueue] started,
+fullSize=75000, pageSize=2000, downCacheSize=2000
+00:34:00,265 INFO [QueueService] Queue[/queue/QueueWithOwnDLQAndExpiryQueue]
+started, fullSize=75000, pageSize=2000, downCacheSize=2000
+00:34:00,265 INFO [TopicService] Topic[/topic/TopicWithOwnDLQAndExpiryQueue]
+started, fullSize=75000, pageSize=2000, downCacheSize=2000
+00:34:00,265 INFO [QueueService] Queue[/queue/QueueWithOwnRedeliveryDelay]
+started, fullSize=75000, pageSize=2000, downCacheSize=2000
+00:34:00,265 INFO [TopicService] Topic[/topic/TopicWithOwnRedeliveryDelay]
+started, fullSize=75000, pageSize=2000, downCacheSize=2000
+00:34:00,296 INFO [QueueService] Queue[/queue/testDistributedQueue]
+started, fullSize=75000, pageSize=2000, downCacheSize=2000
+00:34:00,296 INFO [TopicService] Topic[/topic/testDistributedTopic]
+started, fullSize=75000, pageSize=2000, downCacheSize=2000
+00:34:00,343 INFO [ConnectionFactoryBindingService] Bound
+ConnectionManager 'jboss.jca:name=JmsXA,
+service=ConnectionFactoryBinding' to JNDI name 'java:JmsXA'
+00:34:00,453 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console,
+warUrl=.../deploy/jmx-console.war/
00:34:00,796 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8180
00:34:01,078 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8109
00:34:01,125 INFO [JkMain] Jk running ID=0 time=0/125 config=null
-00:34:01,125 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200611221632)]
- Started in 22s:547ms
+00:34:01,125 INFO [Server] JBoss (MX MicroKernel)
+[4.0.5.GA (build: CVSTag=Branch_4_0 date=200611221632)] Started in 22s:547ms
</programlisting>
Modified: trunk/docs/userguide-1.2/en/modules/UG12_configuration.xml
===================================================================
--- trunk/docs/userguide-1.2/en/modules/UG12_configuration.xml 2007-03-01 10:00:25 UTC (rev 2528)
+++ trunk/docs/userguide-1.2/en/modules/UG12_configuration.xml 2007-03-01 10:10:34 UTC (rev 2529)
@@ -51,11 +51,17 @@
<arg type="java.lang.String" value="/topic"/>
</constructor>
- <depends optional-attribute-name="ThreadPool">jboss.messaging:service=ThreadPool</depends>
+ <depends optional-attribute-name="ThreadPool">
+jboss.messaging:service=ThreadPool
+</depends>
<depends optional-attribute-name="PersistenceManager"
>jboss.messaging:service=PersistenceManager</depends>
- <depends optional-attribute-name="MessageStore">jboss.messaging:service=MessageStore</depends>
- <depends optional-attribute-name="ChannelMapper">jboss.messaging:service=ChannelMapper</depends>
+ <depends optional-attribute-name="MessageStore">
+jboss.messaging:service=MessageStore
+ </depends>
+ <depends optional-attribute-name="ChannelMapper">
+jboss.messaging:service=ChannelMapper
+ </depends>
<!-- Set to -1 to completely disable client leasing -->
<attribute name="SecurityDomain">java:/jaas/messaging</attribute>
@@ -73,7 +79,7 @@
<para>
This identifies the JBoss security domain that will be used when JBoss Messaging
- authenticates and authorises access to JMS destinations for reading, writing or
+ authenticates and authorizes access to JMS destinations for reading, writing or
creating.
</para>
@@ -521,28 +527,27 @@
<programlisting>
<?xml version="1.0" encoding="UTF-8"?>
<server>
- <loader-repository>jboss.messaging:loader=ScopedLoaderRepository
- <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
- </loader-repository>
- <mbean code="org.jboss.jms.server.destination.Queue"
- name="jboss.messaging.destination:service=Queue,name=testQueue"
- xmbean-dd="xmdesc/Queue-xmbean.xml">
- <depends optional-attribute-name="ServerPeer">
- jboss.messaging:service=ServerPeer</depends>
- <attribute name="SecurityConfig">
- <security>
- <role name="guest" read="true"
- write="true"/>
- <role name="publisher" read="true"
- write="true" create="false"/>
- <role name="noacc" read="false"
- write="false" create="false"/>
- </security>
- </attribute>
- <attribute name="fullSize">75000</attribute>
- <attribute name="pageSize">2000</attribute>
- <attribute name="downCacheSize">2000</attribute>
- </mbean>
+ <loader-repository>jboss.messaging:loader=ScopedLoaderRepository
+ <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
+ </loader-repository>
+ <mbean
+ code="org.jboss.jms.server.destination.Queue"
+ name="jboss.messaging.destination:service=Queue,name=testQueue"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">
+ jboss.messaging:service=ServerPeer
+ </depends>
+ <attribute name="SecurityConfig">
+ <security>
+ <role name="guest" read="true"write="true"/>
+ <role name="publisher" read="true" write="true" create="false"/>
+ <role name="noacc" read="false" write="false" create="false"/>
+ </security>
+ </attribute>
+ <attribute name="fullSize">75000</attribute>
+ <attribute name="pageSize">2000</attribute>
+ <attribute name="downCacheSize">2000</attribute>
+ </mbean>
</server>
</programlisting>
@@ -577,33 +582,40 @@
</para>
<programlisting>
- <?xml version="1.0" encoding="UTF-8"?>
- <server>
- <loader-repository>jboss.messaging:loader=ScopedLoaderRepository
- <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
- </loader-repository>
- <mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory"
- name="jboss.messaging.destination:service=ConnectionFactory"
- xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml">
- <constructor>
- <arg type="java.lang.String" value="myClientID"/>
- </constructor>
- <depends optional-attribute-name="ServerPeer">
- jboss.messaging:service=ServerPeer</depends>
- <depends optional-attribute-name="Connector">
- jboss.messaging:service=Connector,transport=socket</depends>
- <attribute name="PrefetchSize">10</attribute>
- <attribute name="DefaultTempQueueFullSize">1000</attribute>
- <attribute name="DefaultTempQueuePageSize">50</attribute>
- <attribute name="DefaultTempQueueDownCacheSize">50</attribute>
- <attribute name="JNDIBindings">
- <bindings>
- <binding>/MyConnectionFactory1</binding>
- <binding>/factories/cf1</binding>>
- </bindings>
- </attribute>
- </mbean>
- </server>
+ errrrrfff eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
+<?xml version="1.0" encoding="UTF-8"?>
+<server>
+ <loader-repository>
+ jboss.messaging:loader=ScopedLoaderRepository
+ <loader-repository-config>
+ java2ParentDelegation=false
+ </loader-repository-config>
+ </loader-repository>
+ <mbean
+ code="org.jboss.jms.server.connectionfactory.ConnectionFactory"
+ name="jboss.messaging.destination:service=ConnectionFactory"
+ xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml">
+ <constructor>
+ <arg type="java.lang.String" value="myClientID"/>
+ </constructor>
+ <depends optional-attribute-name="ServerPeer">
+ jboss.messaging:service=ServerPeer
+ </depends>
+ <depends optional-attribute-name="Connector">
+ jboss.messaging:service=Connector,transport=socket
+ </depends>
+ <attribute name="PrefetchSize">10</attribute>
+ <attribute name="DefaultTempQueueFullSize">1000</attribute>
+ <attribute name="DefaultTempQueuePageSize">50</attribute>
+ <attribute name="DefaultTempQueueDownCacheSize">50</attribute>
+ <attribute name="JNDIBindings">
+ <bindings>
+ <binding>/MyConnectionFactory1</binding>
+ <binding>/factories/cf1</binding>>
+ </bindings>
+ </attribute>
+ </mbean>
+</server>
</programlisting>
Modified: trunk/docs/userguide-1.2/en/modules/UG12_installation.xml
===================================================================
--- trunk/docs/userguide-1.2/en/modules/UG12_installation.xml 2007-03-01 10:00:25 UTC (rev 2528)
+++ trunk/docs/userguide-1.2/en/modules/UG12_installation.xml 2007-03-01 10:10:34 UTC (rev 2529)
@@ -43,8 +43,8 @@
</para>
<programlisting>
- cd util
- ant -f release-admin.xml
+cd util
+ant -f release-admin.xml
</programlisting>
<para>
@@ -72,8 +72,8 @@
</para>
<programlisting>
- cd $JBOSS_HOME/bin
- ./run.sh -c messaging
+cd $JBOSS_HOME/bin
+./run.sh -c messaging
</programlisting>
<para>
@@ -183,9 +183,9 @@
<programlisting>
- setenv JBOSS_HOME=<your_JBoss_installation>
- cd .../examples/queue
- $ant
+setenv JBOSS_HOME=<your_JBoss_installation>
+cd .../examples/queue
+$ant
</programlisting>
Modified: trunk/docs/userguide-1.2/en/modules/UG12_performance.xml
===================================================================
--- trunk/docs/userguide-1.2/en/modules/UG12_performance.xml 2007-03-01 10:00:25 UTC (rev 2528)
+++ trunk/docs/userguide-1.2/en/modules/UG12_performance.xml 2007-03-01 10:10:34 UTC (rev 2529)
@@ -10,9 +10,9 @@
</para>
<programlisting>
- svn co https://svn.jboss.org/repos/messaging/projects/perf/trunk messaging-perf
- cd $PERF_HOME
- ant
+svn co https://svn.jboss.org/repos/messaging/projects/perf/trunk messaging-perf
+cd $PERF_HOME
+ant
</programlisting>
<para>The test consists in sending bursts of 1000 0 Kilobytes non-persistent messages to both JBoss Messaging and JBossMQ instances while gradually increasing the send rate (200 messages/sec, 400 messages/sec, etc) and measuring the receive rate. At the end, the framework generates the graph representing the receive rate as function of the send rate for two executions (JBoss Messaging and JBossMQ).</para>
@@ -28,7 +28,7 @@
<mbean code="org.jboss.services.binding.ServiceBindingManager"
name="jboss.system:service=ServiceBindingManager">
- <attribute name="ServerName">ports-01</attribute>
+ <attribute name="ServerName">ports-01</attribute>WWWr
<attribute name="StoreURL">
../docs/examples/binding-manager/sample-bindings.xml
</attribute>
@@ -46,7 +46,7 @@
</programlisting>
</section>
-
+sssssssssssd
<section>
<title>Setup the Tests</title>
More information about the jboss-cvs-commits
mailing list