[jboss-cvs] JBossAS SVN: r77125 - projects/docs/enterprise/4.3/Messaging/JBoss_Messaging_User_Guide/de-DE.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Aug 16 01:08:19 EDT 2008


Author: jdimanos at jboss.com
Date: 2008-08-16 01:08:08 -0400 (Sat, 16 Aug 2008)
New Revision: 77125

Modified:
   projects/docs/enterprise/4.3/Messaging/JBoss_Messaging_User_Guide/de-DE/Configuration.po
Log:
update

Modified: projects/docs/enterprise/4.3/Messaging/JBoss_Messaging_User_Guide/de-DE/Configuration.po
===================================================================
--- projects/docs/enterprise/4.3/Messaging/JBoss_Messaging_User_Guide/de-DE/Configuration.po	2008-08-16 03:16:20 UTC (rev 77124)
+++ projects/docs/enterprise/4.3/Messaging/JBoss_Messaging_User_Guide/de-DE/Configuration.po	2008-08-16 05:08:08 UTC (rev 77125)
@@ -1,24 +1,27 @@
+# translation of Configuration.po to
 # Language de-DE translations for JBoss_Messaging_User_Guide package.
 # Copyright (C) 2008 Free Software Foundation, Inc.
+#
 # Automatically generated, 2008.
-#
+# Jasna Dimanoski <jdimanos at redhat.com>, 2008.
 msgid ""
 msgstr ""
-"Project-Id-Version: JBoss_Messaging_User_Guide 4.3\n"
+"Project-Id-Version: Configuration\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2008-07-22 02:07+0000\n"
-"PO-Revision-Date: 2001-02-09 01:25+0100\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2008-08-16 15:06+1000\n"
+"Last-Translator: Jasna Dimanoski <jdimanos at redhat.com>\n"
+"Language-Team:  <de at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
 
 #. Tag: title
 #: Configuration.xml:3
 #, no-c-format
 msgid "Configuration"
-msgstr ""
+msgstr "Konfiguration"
 
 #. Tag: para
 #: Configuration.xml:4
@@ -64,7 +67,7 @@
 #: Configuration.xml:29
 #, no-c-format
 msgid "Configuring the ServerPeer"
-msgstr ""
+msgstr "Konfiguration von ServerPeer"
 
 #. Tag: para
 #: Configuration.xml:30
@@ -223,6 +226,135 @@
 "\n"
 "   &lt;/mbean&gt;"
 msgstr ""
+"&lt;mbean code=\"org.jboss.jms.server.ServerPeer\"\n"
+"      name=\"jboss.messaging:service=ServerPeer\"\n"
+"      xmbean-dd=\"xmdesc/ServerPeer-xmbean.xml\"&gt;\n"
+"\n"
+"      &lt;!-- The unique id of the server peer - in a cluster each node MUST "
+"have a unique value - must be an integer --&gt;\n"
+"\n"
+"      &lt;attribute name=\"ServerPeerID\"&gt;0&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- The default JNDI context to use for queues when they are "
+"deployed without specifying one --&gt; \n"
+"      \n"
+"      &lt;attribute name=\"DefaultQueueJNDIContext\"&gt;/queue&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- The default JNDI context to use for topics when they are "
+"deployed without specifying one --&gt; \n"
+"      \n"
+"      &lt;attribute name=\"DefaultTopicJNDIContext\"&gt;/topic&lt;/"
+"attribute&gt;\n"
+"\n"
+"             &lt;attribute name=\"PostOffice\"&gt;jboss.messaging:"
+"service=PostOffice&lt;/attribute&gt;\n"
+"          \n"
+"             &lt;!-- The JAAS security domain to use for JBoss Messaging --"
+"&gt;\n"
+"          \n"
+"      &lt;attribute name=\"SecurityDomain\"&gt;java:/jaas/messaging&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- The default security configuration to apply to destinations - "
+"this can be overridden on a per destination basis --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"DefaultSecurityConfig\"&gt;\n"
+"        &lt;security&gt;\n"
+"            &lt;role name=\"guest\" read=\"true\" write=\"true\" create="
+"\"true\"/&gt;\n"
+"        &lt;/security&gt;\n"
+"      &lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- The default Dead Letter Queue (DLQ) to use for destinations.\n"
+"           This can be overridden on a per destinatin basis --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"DefaultDLQ\"&gt;jboss.messaging.destination:"
+"service=Queue,name=DLQ&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- The default maximum number of times to attempt delivery of a "
+"message before sending to the DLQ (if configured).\n"
+"           This can be overridden on a per destinatin basis --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"DefaultMaxDeliveryAttempts\"&gt;10&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- The default Expiry Queue to use for destinations. This can be "
+"overridden on a per destinatin basis --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"DefaultExpiryQueue\"&gt;jboss.messaging."
+"destination:service=Queue,name=ExpiryQueue&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- The default redelivery delay to impose. This can be overridden "
+"on a per destination basis --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"DefaultRedeliveryDelay\"&gt;0&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- The periodicity of the message counter manager enquiring on "
+"queues for statistics --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"MessageCounterSamplePeriod\"&gt;5000&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- The maximum amount of time for a client to wait for failover "
+"to start on the server side after\n"
+"           it has detected failure --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"FailoverStartTimeout\"&gt;60000&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- The maximum amount of time for a client to wait for failover "
+"to complete on the server side after\n"
+"           it has detected failure --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"FailoverCompleteTimeout\"&gt;300000&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- The maximum number of days results to maintain in the message "
+"counter history --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"DefaultMessageCounterHistoryDayLimit\"&gt;-1&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- The name of the connection factory to use for creating "
+"connections between nodes to pull messages --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"ClusterPullConnectionFactoryName\"&gt;jboss."
+"messaging.connectionfactory:service=ClusterPullConnectionFactory&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- When redistributing messages in the cluster. Do we need to "
+"preserve the order of messages received\n"
+"            by a particular consumer from a particular producer? --&gt;\n"
+"            \n"
+"      &lt;attribute name=\"DefaultPreserveOrdering\"&gt;false&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- Max. time to hold previously delivered messages back waiting "
+"for clients to reconnect after failover --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"RecoverDeliveriesTimeout\"&gt;300000&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;attribute name=\"EnableMessageCounters\"&gt;false&lt;/"
+"attribute&gt;           \n"
+"\n"
+"      &lt;!-- The password used by the message sucker connections to create "
+"connections.\n"
+"           THIS SHOULD ALWAYS BE CHANGED AT INSTALL TIME TO SECURE SYSTEM\n"
+"      &lt;attribute name=\"SuckerPassword\"&gt;&lt;/attribute&gt;\n"
+"      --&gt;\n"
+"\n"
+"      &lt;depends optional-attribute-name=\"PersistenceManager\"&gt;jboss."
+"messaging:service=PersistenceManager&lt;/depends&gt;\n"
+"      \n"
+"      &lt;depends optional-attribute-name=\"JMSUserManager\"&gt;jboss."
+"messaging:service=JMSUserManager&lt;/depends&gt;\n"
+"      \n"
+"      &lt;depends&gt;jboss.messaging:service=Connector,"
+"transport=bisocket&lt;/depends&gt;\n"
+"\n"
+"   &lt;/mbean&gt;"
 
 #. Tag: para
 #: Configuration.xml:39
@@ -239,19 +371,19 @@
 #: Configuration.xml:49
 #, no-c-format
 msgid "ServerPeer attributes"
-msgstr ""
+msgstr "ServerPeer-Attribute"
 
 #. Tag: para
 #: Configuration.xml:50
 #, no-c-format
 msgid "We will now discuss the MBean attributes of the ServerPeer MBean."
-msgstr ""
+msgstr "Wir erläutern nun die MBean-Attribute des ServerPeer MBean."
 
 #. Tag: title
 #: Configuration.xml:53
 #, no-c-format
 msgid "ServerPeerID"
-msgstr ""
+msgstr "ServerPeerID"
 
 #. Tag: para
 #: Configuration.xml:54
@@ -266,33 +398,31 @@
 #: Configuration.xml:60
 #, no-c-format
 msgid "DefaultQueueJNDIContext"
-msgstr ""
+msgstr "DefaultQueueJNDIContext"
 
 #. Tag: para
 #: Configuration.xml:61
 #, no-c-format
-msgid ""
-"The default JNDI context to use when binding queues. Defaults to /queue."
+msgid "The default JNDI context to use when binding queues. Defaults to /queue."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:65
 #, no-c-format
 msgid "DefaultTopicJNDIContext"
-msgstr ""
+msgstr "DefaultTopicJNDIContext"
 
 #. Tag: para
 #: Configuration.xml:66
 #, no-c-format
-msgid ""
-"The default JNDI context to use when binding topics. Defaults to /topic."
+msgid "The default JNDI context to use when binding topics. Defaults to /topic."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:70
 #, no-c-format
 msgid "PostOffice"
-msgstr ""
+msgstr "PostOffice"
 
 #. Tag: para
 #: Configuration.xml:71
@@ -307,19 +437,19 @@
 #: Configuration.xml:76
 #, no-c-format
 msgid "SecurityDomain"
-msgstr ""
+msgstr "SecurityDomain"
 
 #. Tag: para
 #: Configuration.xml:77
 #, no-c-format
 msgid "The JAAS security domain to be used by this server peer."
-msgstr ""
+msgstr "Die von diesem Server Peer zu verwendende JAAS Security Domain."
 
 #. Tag: title
 #: Configuration.xml:81
 #, no-c-format
 msgid "DefaultSecurityConfig"
-msgstr ""
+msgstr "DefaultSecurityConfig"
 
 #. Tag: para
 #: Configuration.xml:82
@@ -341,6 +471,9 @@
 "literal> elements. Each <literal>&lt;role&gt;</literal> element defines the "
 "default access for that particular role."
 msgstr ""
+"Das <literal>DefaultSecurityConfig</literal> Attribut Element sollte ein <literal>&lt;security&gt;</literal>-Element enthalten. Das <literal>&lt;"
+"security&gt;</literal>-Element kann mehrere <literal>&lt;role&gt;</"
+"literal>-Elemente enthalten. Jedes <literal>&lt;role&gt;</literal>-Element bestimmt den Standard-Zugriff für die jeweilige Rolle."
 
 #. Tag: para
 #: Configuration.xml:92
@@ -372,7 +505,7 @@
 #: Configuration.xml:105
 #, no-c-format
 msgid "DefaultDLQ"
-msgstr ""
+msgstr "DefaultDLQ"
 
 #. Tag: para
 #: Configuration.xml:106
@@ -393,7 +526,7 @@
 #: Configuration.xml:119
 #, no-c-format
 msgid "DefaultMaxDeliveryAttempts"
-msgstr ""
+msgstr "DefaultMaxDeliveryAttempts"
 
 #. Tag: para
 #: Configuration.xml:120
@@ -401,13 +534,13 @@
 msgid ""
 "The default for the maximum number of times delivery of a message will be "
 "attempted before sending the message to the DLQ, if configured."
-msgstr ""
+msgstr "Die standardmäßige maximale Anzahl von Versuchen eine Nachricht zu liefern, ehe die Nachricht an DLQ geschickt wird, falls konfiguriert."
 
 #. Tag: para
 #: Configuration.xml:123
 #, no-c-format
 msgid "The default value is <literal>10</literal>."
-msgstr ""
+msgstr "Der Standardwert lautet <literal>10</literal>."
 
 #. Tag: para
 #: Configuration.xml:124
@@ -419,7 +552,7 @@
 #: Configuration.xml:128
 #, no-c-format
 msgid "DefaultExpiryQueue"
-msgstr ""
+msgstr "DefaultExpiryQueue"
 
 #. Tag: para
 #: Configuration.xml:129
@@ -438,7 +571,7 @@
 #: Configuration.xml:139
 #, no-c-format
 msgid "DefaultRedeliveryDelay"
-msgstr ""
+msgstr "DefaultRedeliveryDelay"
 
 #. Tag: para
 #: Configuration.xml:140
@@ -452,9 +585,8 @@
 #. Tag: para
 #: Configuration.xml:144
 #, no-c-format
-msgid ""
-"The default value is <literal>0</literal> which means there will be no delay."
-msgstr ""
+msgid "The default value is <literal>0</literal> which means there will be no delay."
+msgstr "Der Standardwert lautet <literal>0</literal>, was bdeutet, dass es keine Verzögerung gibt."
 
 #. Tag: para
 #: Configuration.xml:146
@@ -468,7 +600,7 @@
 #: Configuration.xml:151
 #, no-c-format
 msgid "MessageCounterSamplePeriod"
-msgstr ""
+msgstr "MessageCounterSamplePeriod"
 
 #. Tag: para
 #: Configuration.xml:152
@@ -482,13 +614,13 @@
 #: Configuration.xml:154
 #, no-c-format
 msgid "The default value is <literal>10000</literal> milliseconds."
-msgstr ""
+msgstr "Der Standardwert lautet <literal>10000</literal> Millisekunden."
 
 #. Tag: title
 #: Configuration.xml:158
 #, no-c-format
 msgid "FailoverStartTimeout"
-msgstr ""
+msgstr "FailoverStartTimeout"
 
 #. Tag: para
 #: Configuration.xml:159
@@ -502,13 +634,13 @@
 #: Configuration.xml:162
 #, no-c-format
 msgid "The default value is <literal>60000</literal> (one minute)."
-msgstr ""
+msgstr "Der Standardwert lautet <literal>60000</literal> (eine Minute)."
 
 #. Tag: title
 #: Configuration.xml:166
 #, no-c-format
 msgid "FailoverCompleteTimeout"
-msgstr ""
+msgstr "FailoverCompleteTimeout"
 
 #. Tag: para
 #: Configuration.xml:167
@@ -522,13 +654,13 @@
 #: Configuration.xml:170
 #, no-c-format
 msgid "The default value is <literal>300000</literal> (five minutes)."
-msgstr ""
+msgstr "Der Standardwert lautet <literal>300000</literal> (fünf Minuten)."
 
 #. Tag: title
 #: Configuration.xml:174
 #, no-c-format
 msgid "DefaultMessageCounterHistoryDayLimit"
-msgstr ""
+msgstr "DefaultMessageCounterHistoryDayLimit"
 
 #. Tag: para
 #: Configuration.xml:175
@@ -544,13 +676,12 @@
 #: Configuration.xml:182
 #, no-c-format
 msgid "ClusterPullConnectionFactory"
-msgstr ""
+msgstr "ClusterPullConnectionFactory"
 
 #. Tag: para
 #: Configuration.xml:183
 #, no-c-format
-msgid ""
-"The name of the connection factory to use for pulling messages between nodes."
+msgid "The name of the connection factory to use for pulling messages between nodes."
 msgstr ""
 
 #. Tag: para
@@ -565,7 +696,7 @@
 #: Configuration.xml:189
 #, no-c-format
 msgid "DefaultPreserveOrdering"
-msgstr ""
+msgstr "DefaultPreserveOrdering"
 
 #. Tag: para
 #: Configuration.xml:190
@@ -579,7 +710,7 @@
 #: Configuration.xml:195
 #, no-c-format
 msgid "RecoverDeliveriesTimeout"
-msgstr ""
+msgstr "RecoverDeliveriesTimeout"
 
 #. Tag: para
 #: Configuration.xml:196
@@ -595,7 +726,7 @@
 #: Configuration.xml:203 Configuration.xml:355
 #, no-c-format
 msgid "EnableMessageCounters"
-msgstr ""
+msgstr "EnableMessageCounters"
 
 #. Tag: para
 #: Configuration.xml:204
@@ -607,7 +738,7 @@
 #: Configuration.xml:207
 #, no-c-format
 msgid "SuckerPassword"
-msgstr ""
+msgstr "SuckerPassword"
 
 #. Tag: para
 #: Configuration.xml:208
@@ -633,32 +764,31 @@
 #: Configuration.xml:217
 #, no-c-format
 msgid "StrictTCK"
-msgstr ""
+msgstr "StrictTCK"
 
 #. Tag: para
 #: Configuration.xml:218
 #, no-c-format
 msgid "Set to true if you want strict JMS TCK semantiocs"
-msgstr ""
+msgstr "Auf \"true\" einstellen, wenn Sie strenge JMS TCK Semantik wünschen"
 
 #. Tag: title
 #: Configuration.xml:221
 #, no-c-format
 msgid "Destinations"
-msgstr ""
+msgstr "Ziele"
 
 #. Tag: para
 #: Configuration.xml:222
 #, no-c-format
-msgid ""
-"Returns a list of the destinations (queues and topics) currently deployed."
+msgid "Returns a list of the destinations (queues and topics) currently deployed."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:226 Configuration.xml:1097
 #, no-c-format
 msgid "MessageCounters"
-msgstr ""
+msgstr "MessageCounters"
 
 #. Tag: para
 #: Configuration.xml:227
@@ -670,20 +800,19 @@
 #: Configuration.xml:231
 #, no-c-format
 msgid "MessageCountersStatistics"
-msgstr ""
+msgstr "MessageCountersStatistics"
 
 #. Tag: para
 #: Configuration.xml:232
 #, no-c-format
-msgid ""
-"JBoss Messaging provides statistics for each message counter for each queue."
+msgid "JBoss Messaging provides statistics for each message counter for each queue."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:236 Configuration.xml:1303
 #, no-c-format
 msgid "SupportsFailover"
-msgstr ""
+msgstr "SupportsFailover"
 
 #. Tag: para
 #: Configuration.xml:237
@@ -697,7 +826,7 @@
 #: Configuration.xml:241
 #, no-c-format
 msgid "PersistenceManager"
-msgstr ""
+msgstr "PersistenceManager"
 
 #. Tag: para
 #: Configuration.xml:242
@@ -711,7 +840,7 @@
 #: Configuration.xml:246
 #, no-c-format
 msgid "JMSUserManager"
-msgstr ""
+msgstr "JMSUserManager"
 
 #. Tag: para
 #: Configuration.xml:247
@@ -725,13 +854,13 @@
 #: Configuration.xml:251
 #, no-c-format
 msgid "MBean operations of the ServerPeer MBean."
-msgstr ""
+msgstr "MBean Operationen des ServerPeer MBean."
 
 #. Tag: title
 #: Configuration.xml:254
 #, no-c-format
 msgid "DeployQueue"
-msgstr ""
+msgstr "DeployQueue"
 
 #. Tag: para
 #: Configuration.xml:255
@@ -784,7 +913,7 @@
 #: Configuration.xml:274
 #, no-c-format
 msgid "UndeployQueue"
-msgstr ""
+msgstr "UndeployQueue"
 
 #. Tag: para
 #: Configuration.xml:275
@@ -810,7 +939,7 @@
 #: Configuration.xml:284
 #, no-c-format
 msgid "DestroyQueue"
-msgstr ""
+msgstr "DestroyQueue"
 
 #. Tag: para
 #: Configuration.xml:285
@@ -821,8 +950,7 @@
 #. Tag: para
 #: Configuration.xml:287
 #, no-c-format
-msgid ""
-"The queue is undeployed and then all its data is destroyed from the database."
+msgid "The queue is undeployed and then all its data is destroyed from the database."
 msgstr ""
 
 #. Tag: para
@@ -845,7 +973,7 @@
 #: Configuration.xml:297
 #, no-c-format
 msgid "DeployTopic"
-msgstr ""
+msgstr "DeployTopic"
 
 #. Tag: para
 #: Configuration.xml:298
@@ -880,7 +1008,7 @@
 #: Configuration.xml:317
 #, no-c-format
 msgid "UndeployTopic"
-msgstr ""
+msgstr "UndeployTopic"
 
 #. Tag: para
 #: Configuration.xml:318
@@ -900,7 +1028,7 @@
 #: Configuration.xml:327
 #, no-c-format
 msgid "DestroyTopic"
-msgstr ""
+msgstr "DestroyTopic"
 
 #. Tag: para
 #: Configuration.xml:328
@@ -911,8 +1039,7 @@
 #. Tag: para
 #: Configuration.xml:330
 #, no-c-format
-msgid ""
-"The topic is undeployed and then all its data is destroyed from the database."
+msgid "The topic is undeployed and then all its data is destroyed from the database."
 msgstr ""
 
 #. Tag: para
@@ -935,20 +1062,19 @@
 #: Configuration.xml:340
 #, no-c-format
 msgid "ListMessageCountersHTML"
-msgstr ""
+msgstr "ListMessageCountersHTML"
 
 #. Tag: para
 #: Configuration.xml:341
 #, no-c-format
-msgid ""
-"This operation returns message counters in an easy to display HTML format."
+msgid "This operation returns message counters in an easy to display HTML format."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:345 Configuration.xml:350
 #, no-c-format
 msgid "ResetAllMesageCounters"
-msgstr ""
+msgstr "ResetAllMesageCounters"
 
 #. Tag: para
 #: Configuration.xml:346
@@ -974,7 +1100,7 @@
 #: Configuration.xml:360
 #, no-c-format
 msgid "DisableMessageCounters"
-msgstr ""
+msgstr "DisableMessageCounters"
 
 #. Tag: para
 #: Configuration.xml:361
@@ -988,7 +1114,7 @@
 #: Configuration.xml:365
 #, no-c-format
 msgid "RetrievePreparedTransactions"
-msgstr ""
+msgstr "RetrievePreparedTransactions"
 
 #. Tag: para
 #: Configuration.xml:366
@@ -1002,7 +1128,7 @@
 #: Configuration.xml:370
 #, no-c-format
 msgid "ShowPreparedTransactions"
-msgstr ""
+msgstr "ShowPreparedTransactions"
 
 #. Tag: para
 #: Configuration.xml:371
@@ -1016,7 +1142,7 @@
 #: Configuration.xml:379
 #, no-c-format
 msgid "Changing the Database"
-msgstr ""
+msgstr "Die Datenbank wechseln"
 
 #. Tag: para
 #: Configuration.xml:380
@@ -1074,8 +1200,7 @@
 #. Tag: para
 #: Configuration.xml:423
 #, no-c-format
-msgid ""
-"It is the job of the post office to route messages to their destination(s)."
+msgid "It is the job of the post office to route messages to their destination(s)."
 msgstr ""
 
 #. Tag: para
@@ -1100,8 +1225,7 @@
 #. Tag: para
 #: Configuration.xml:432
 #, no-c-format
-msgid ""
-"The post office also handles the persistence for the mapping of addresses."
+msgid "The post office also handles the persistence for the mapping of addresses."
 msgstr ""
 
 #. Tag: para
@@ -1333,6 +1457,207 @@
 "      \n"
 "   &lt;/mbean&gt;"
 msgstr ""
+"&lt;mbean code=\"org.jboss.messaging.core.jmx.MessagingPostOfficeService\"\n"
+"      name=\"jboss.messaging:service=PostOffice\"\n"
+"      xmbean-dd=\"xmdesc/MessagingPostOffice-xmbean.xml\"&gt;\n"
+"      \n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;jboss.messaging:"
+"service=ServerPeer&lt;/depends&gt;\n"
+"                \n"
+"      &lt;depends&gt;jboss.jca:service=DataSourceBinding,name=DefaultDS&lt;/"
+"depends&gt;\n"
+"      \n"
+"      &lt;depends optional-attribute-name=\"TransactionManager\"&gt;jboss:"
+"service=TransactionManager&lt;/depends&gt;\n"
+"      \n"
+"      &lt;!-- The name of the post office --&gt;                  \n"
+"      \n"
+"      &lt;attribute name=\"PostOfficeName\"&gt;JMS post office&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- The datasource used by the post office to access it's binding "
+"information --&gt;                     \n"
+"      \n"
+"      &lt;attribute name=\"DataSource\"&gt;java:/DefaultDS&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- If true will attempt to create tables and indexes on every "
+"start-up --&gt;\n"
+"                        \n"
+"      &lt;attribute name=\"CreateTablesOnStartup\"&gt;true&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- If true then we will automatically detect and reject duplicate "
+"messages sent during failover --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"DetectDuplicates\"&gt;true&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- The size of the id cache to use when detecting duplicate "
+"messages --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"IDCacheSize\"&gt;500&lt;/attribute&gt;\n"
+"                  \n"
+"      &lt;attribute name=\"SqlProperties\"&gt;&lt;![CDATA[\n"
+"CREATE_POSTOFFICE_TABLE=CREATE TABLE JBM_POSTOFFICE (POSTOFFICE_NAME VARCHAR"
+"(255), NODE_ID INTEGER, QUEUE_NAME VARCHAR(255), COND VARCHAR(1023), "
+"SELECTOR VARCHAR(1023), CHANNEL_ID BIGINT, CLUSTERED CHAR(1), ALL_NODES CHAR"
+"(1), PRIMARY KEY(POSTOFFICE_NAME, NODE_ID, QUEUE_NAME)) ENGINE = INNODB\n"
+"INSERT_BINDING=INSERT INTO JBM_POSTOFFICE (POSTOFFICE_NAME, NODE_ID, "
+"QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLUSTERED, ALL_NODES) VALUES "
+"(?, ?, ?, ?, ?, ?, ?, ?)\n"
+"DELETE_BINDING=DELETE FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND "
+"NODE_ID=? AND QUEUE_NAME=?\n"
+"LOAD_BINDINGS=SELECT QUEUE_NAME, COND, SELECTOR, CHANNEL_ID, CLUSTERED, "
+"ALL_NODES FROM JBM_POSTOFFICE WHERE POSTOFFICE_NAME=? AND NODE_ID=?\n"
+"      ]]&gt;&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- This post office is clustered. If you don't want a clustered "
+"post office then set to false --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"Clustered\"&gt;true&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- All the remaining properties only have to be specified if the "
+"post office is clustered.\n"
+"           You can safely comment them out if your post office is non "
+"clustered --&gt;\n"
+"      \n"
+"      &lt;!-- The JGroups group name that the post office will use --"
+"&gt;            \n"
+"      \n"
+"      &lt;attribute name=\"GroupName\"&gt;${jboss.messaging.groupname:"
+"MessagingPostOffice}&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- Max time to wait for state to arrive when the post office "
+"joins the cluster --&gt;            \n"
+"                  \n"
+"      &lt;attribute name=\"StateTimeout\"&gt;5000&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- Max time to wait for a synchronous call to node members using "
+"the MessageDispatcher --&gt;            \n"
+"                  \n"
+"      &lt;attribute name=\"CastTimeout\"&gt;50000&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- Set this to true if you want failover of connections to occur "
+"when a node is shut down --&gt;\n"
+"      \n"
+"      &lt;attribute name=\"FailoverOnNodeLeave\"&gt;false&lt;/attribute&gt;\n"
+"            \n"
+"      \n"
+"      &lt;!-- JGroups stack configuration for the data channel - used for "
+"sending data across the cluster --&gt; \n"
+"                   \n"
+"      &lt;!-- By default we use the TCP stack for data --"
+"&gt;                  \n"
+"      &lt;attribute name=\"DataChannelConfig\"&gt;      \n"
+"         &lt;config&gt;\n"
+"            &lt;TCP start_port=\"7900\"\n"
+"                 loopback=\"true\"\n"
+"                 recv_buf_size=\"20000000\"\n"
+"                 send_buf_size=\"640000\"\n"
+"                 discard_incompatible_packets=\"true\"\n"
+"                 max_bundle_size=\"64000\"\n"
+"                 max_bundle_timeout=\"30\"\n"
+"                 use_incoming_packet_handler=\"true\"\n"
+"                 use_outgoing_packet_handler=\"false\"\n"
+"                 down_thread=\"false\" up_thread=\"false\"\n"
+"                 enable_bundling=\"false\"\n"
+"                 use_send_queues=\"false\"\n"
+"                 sock_conn_timeout=\"300\"\n"
+"                 skip_suspected_members=\"true\"/&gt;\n"
+"            &lt;MPING timeout=\"4000\"\n"
+"                         bind_to_all_interfaces=\"true\"\n"
+"                         mcast_addr=\"${jboss.messaging."
+"datachanneludpaddress:228.6.6.6}\"\n"
+"                         mcast_port=\"${jboss.messaging."
+"datachanneludpport:45567}\"\n"
+"                         ip_ttl=\"8\"\n"
+"                         num_initial_members=\"2\"\n"
+"                         num_ping_requests=\"1\"/&gt;                     \n"
+"            &lt;MERGE2 max_interval=\"100000\"\n"
+"                    down_thread=\"false\" up_thread=\"false\" min_interval="
+"\"20000\"/&gt;\n"
+"            &lt;FD_SOCK down_thread=\"false\" up_thread=\"false\"/"
+"&gt;            \n"
+"            &lt;VERIFY_SUSPECT timeout=\"1500\" down_thread=\"false\" "
+"up_thread=\"false\"/&gt;\n"
+"            &lt;pbcast.NAKACK max_xmit_size=\"60000\"\n"
+"                           use_mcast_xmit=\"false\" gc_lag=\"0\"\n"
+"                           retransmit_timeout=\"300,600,1200,2400,4800\"\n"
+"                           down_thread=\"false\" up_thread=\"false\"\n"
+"                           discard_delivered_msgs=\"true\"/&gt;\n"
+"            &lt;pbcast.STABLE stability_delay=\"1000\" desired_avg_gossip="
+"\"50000\"\n"
+"                           down_thread=\"false\" up_thread=\"false\"\n"
+"                           max_bytes=\"400000\"/&gt;\n"
+"            &lt;pbcast.GMS print_local_addr=\"true\" join_timeout=\"3000\"\n"
+"                        down_thread=\"false\" up_thread=\"false\"\n"
+"                        join_retry_timeout=\"2000\" shun=\"false\"\n"
+"                        view_bundling=\"true\"/&gt;\n"
+"        &lt;/config&gt;        \n"
+"      &lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- JGroups stack configuration to use for the control channel - "
+"used for control messages --&gt;         \n"
+"              \n"
+"      &lt;!-- We use udp stack for the control channel --&gt;\n"
+"      &lt;attribute name=\"ControlChannelConfig\"&gt;\n"
+"         &lt;config&gt;\n"
+"            &lt;UDP\n"
+"                 mcast_addr=\"${jboss.messaging."
+"controlchanneludpaddress:228.7.7.7}\"\n"
+"                 mcast_port=\"${jboss.messaging.controlchanneludpport:45568}"
+"\"\n"
+"                 tos=\"8\"\n"
+"                 ucast_recv_buf_size=\"20000000\"\n"
+"                 ucast_send_buf_size=\"640000\"\n"
+"                 mcast_recv_buf_size=\"25000000\"\n"
+"                 mcast_send_buf_size=\"640000\"\n"
+"                 loopback=\"false\"\n"
+"                 discard_incompatible_packets=\"true\"\n"
+"                 max_bundle_size=\"64000\"\n"
+"                 max_bundle_timeout=\"30\"\n"
+"                 use_incoming_packet_handler=\"true\"\n"
+"                 use_outgoing_packet_handler=\"false\"\n"
+"                 ip_ttl=\"2\"\n"
+"                 down_thread=\"false\" up_thread=\"false\"\n"
+"                 enable_bundling=\"false\"/&gt;\n"
+"            &lt;PING timeout=\"2000\"\n"
+"                  down_thread=\"false\" up_thread=\"false\" "
+"num_initial_members=\"3\"/&gt;\n"
+"            &lt;MERGE2 max_interval=\"100000\"\n"
+"                    down_thread=\"false\" up_thread=\"false\" min_interval="
+"\"20000\"/&gt;\n"
+"            &lt;FD_SOCK down_thread=\"false\" up_thread=\"false\"/&gt;\n"
+"            &lt;FD timeout=\"10000\" max_tries=\"5\" down_thread=\"false\" "
+"up_thread=\"false\" shun=\"true\"/&gt;\n"
+"            &lt;VERIFY_SUSPECT timeout=\"1500\" down_thread=\"false\" "
+"up_thread=\"false\"/&gt;\n"
+"            &lt;pbcast.NAKACK max_xmit_size=\"60000\"\n"
+"                           use_mcast_xmit=\"false\" gc_lag=\"0\"\n"
+"                           retransmit_timeout=\"300,600,1200,2400,4800\"\n"
+"                           down_thread=\"false\" up_thread=\"false\"\n"
+"                           discard_delivered_msgs=\"true\"/&gt;\n"
+"            &lt;UNICAST timeout=\"300,600,1200,2400,3600\"\n"
+"                     down_thread=\"false\" up_thread=\"false\"/&gt;\n"
+"            &lt;pbcast.STABLE stability_delay=\"1000\" desired_avg_gossip="
+"\"50000\"\n"
+"                           down_thread=\"false\" up_thread=\"false\"\n"
+"                           max_bytes=\"400000\"/&gt;\n"
+"            &lt;pbcast.GMS print_local_addr=\"true\" join_timeout=\"3000\" "
+"use_flush=\"true\" flush_timeout=\"3000\"\n"
+"                        down_thread=\"false\" up_thread=\"false\"\n"
+"                        join_retry_timeout=\"2000\" shun=\"false\"\n"
+"                        view_bundling=\"true\"/&gt;\n"
+"            &lt;FRAG2 frag_size=\"60000\" down_thread=\"false\" up_thread="
+"\"false\"/&gt;\n"
+"            &lt;pbcast.STATE_TRANSFER down_thread=\"false\" up_thread=\"false"
+"\" use_flush=\"true\" flush_timeout=\"3000\"/&gt;\n"
+"            &lt;pbcast.FLUSH down_thread=\"false\" up_thread=\"false\" "
+"timeout=\"20000\" auto_flush_conf=\"false\"/&gt;\n"
+"        &lt;/config&gt;\n"
+"     &lt;/attribute&gt;           \n"
+"      \n"
+"   &lt;/mbean&gt;"
 
 #. Tag: title
 #: Configuration.xml:443
@@ -1344,20 +1669,19 @@
 #: Configuration.xml:445
 #, no-c-format
 msgid "DataSource"
-msgstr ""
+msgstr "DataSource"
 
 #. Tag: para
 #: Configuration.xml:446
 #, no-c-format
-msgid ""
-"The datasource the postoffice should use for persisting its mapping data."
+msgid "The datasource the postoffice should use for persisting its mapping data."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:450 Configuration.xml:672 Configuration.xml:731
 #, no-c-format
 msgid "SQLProperties"
-msgstr ""
+msgstr "SQLProperties"
 
 #. Tag: para
 #: Configuration.xml:451 Configuration.xml:673 Configuration.xml:732
@@ -1372,7 +1696,7 @@
 #: Configuration.xml:457 Configuration.xml:620 Configuration.xml:711
 #, no-c-format
 msgid "CreateTablesOnStartup"
-msgstr ""
+msgstr "CreateTablesOnStartup"
 
 #. Tag: para
 #: Configuration.xml:458
@@ -1397,7 +1721,7 @@
 #: Configuration.xml:469
 #, no-c-format
 msgid "DetectDuplicates"
-msgstr ""
+msgstr "DetectDuplicates"
 
 #. Tag: para
 #: Configuration.xml:470
@@ -1420,7 +1744,7 @@
 #: Configuration.xml:477
 #, no-c-format
 msgid "IDCacheSize"
-msgstr ""
+msgstr "IDCacheSize"
 
 #. Tag: para
 #: Configuration.xml:478
@@ -1444,32 +1768,31 @@
 #: Configuration.xml:487
 #, no-c-format
 msgid "PostOfficeName"
-msgstr ""
+msgstr "PostOfficeName"
 
 #. Tag: para
 #: Configuration.xml:488
 #, no-c-format
 msgid "The name of the post office."
-msgstr ""
+msgstr "Der Name des Post Office."
 
 #. Tag: title
 #: Configuration.xml:491
 #, no-c-format
 msgid "NodeIDView"
-msgstr ""
+msgstr "NodeIDView"
 
 #. Tag: para
 #: Configuration.xml:492
 #, no-c-format
-msgid ""
-"This returns set containing the node ids of all the nodes in the cluster."
+msgid "This returns set containing the node ids of all the nodes in the cluster."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:496
 #, no-c-format
 msgid "GroupName"
-msgstr ""
+msgstr "GroupName"
 
 #. Tag: para
 #: Configuration.xml:497
@@ -1499,7 +1822,7 @@
 #: Configuration.xml:510
 #, no-c-format
 msgid "StateTimeout"
-msgstr ""
+msgstr "StateTimeout"
 
 #. Tag: para
 #: Configuration.xml:511
@@ -1513,13 +1836,13 @@
 #: Configuration.xml:513 Configuration.xml:520
 #, no-c-format
 msgid "The default value is <literal>5000</literal> milliseconds."
-msgstr ""
+msgstr "Der Standardwert lautet <literal>5000</literal> Millisekunden."
 
 #. Tag: title
 #: Configuration.xml:517
 #, no-c-format
 msgid "CastTimeout"
-msgstr ""
+msgstr "CastTimeout"
 
 #. Tag: para
 #: Configuration.xml:518
@@ -1531,7 +1854,7 @@
 #: Configuration.xml:524
 #, no-c-format
 msgid "FailoverOnNodeLeave"
-msgstr ""
+msgstr "FailoverOnNodeLeave"
 
 #. Tag: para
 #: Configuration.xml:525
@@ -1546,13 +1869,13 @@
 #: Configuration.xml:527
 #, no-c-format
 msgid "The default value for this is attribute is <literal>false.</literal>"
-msgstr ""
+msgstr "Der Standardwert für dieses Attribut lautet <literal>false.</literal>"
 
 #. Tag: title
 #: Configuration.xml:530
 #, no-c-format
 msgid "MaxConcurrentReplications"
-msgstr ""
+msgstr "MaxConcurrentReplications"
 
 #. Tag: para
 #: Configuration.xml:531
@@ -1567,13 +1890,13 @@
 #: Configuration.xml:535
 #, no-c-format
 msgid "The default value is <literal>50</literal>"
-msgstr ""
+msgstr "Der Standardwert lautet <literal>50</literal>"
 
 #. Tag: title
 #: Configuration.xml:538
 #, no-c-format
 msgid "ControlChannelConfig"
-msgstr ""
+msgstr "ControlChannelConfig"
 
 #. Tag: para
 #: Configuration.xml:539
@@ -1607,7 +1930,7 @@
 #: Configuration.xml:553
 #, no-c-format
 msgid "DataChannelConfig"
-msgstr ""
+msgstr "DataChannelConfig"
 
 #. Tag: para
 #: Configuration.xml:554
@@ -1629,7 +1952,7 @@
 #: Configuration.xml:571
 #, no-c-format
 msgid "Configuring the Persistence Manager"
-msgstr ""
+msgstr "Konfiguration des Persistenz-Managers"
 
 #. Tag: para
 #: Configuration.xml:572
@@ -1861,6 +2184,140 @@
 "         \n"
 "   &lt;/mbean&gt;"
 msgstr ""
+"&lt;mbean code=\"org.jboss.messaging.core.jmx.JDBCPersistenceManagerService"
+"\"\n"
+"      name=\"jboss.messaging:service=PersistenceManager\"\n"
+"      xmbean-dd=\"xmdesc/JDBCPersistenceManager-xmbean.xml\"&gt;\n"
+"      \n"
+"      &lt;depends&gt;jboss.jca:service=DataSourceBinding,name=DefaultDS&lt;/"
+"depends&gt;\n"
+"      \n"
+"      &lt;depends optional-attribute-name=\"TransactionManager\"&gt;jboss:"
+"service=TransactionManager&lt;/depends&gt;\n"
+"      \n"
+"      &lt;!-- The datasource to use for the persistence manager --&gt;\n"
+"                    \n"
+"      &lt;attribute name=\"DataSource\"&gt;java:/DefaultDS&lt;/"
+"attribute&gt;      \n"
+"      \n"
+"      &lt;!-- If true will attempt to create tables and indexes on every "
+"start-up --&gt;\n"
+"                  \n"
+"      &lt;attribute name=\"CreateTablesOnStartup\"&gt;true&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;!-- If true then will use JDBC batch updates --&gt;\n"
+"                  \n"
+"      &lt;attribute name=\"UsingBatchUpdates\"&gt;true&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;attribute name=\"SqlProperties\"&gt;&lt;![CDATA[\n"
+"   CREATE_DUAL=CREATE TABLE JBM_DUAL (DUMMY INTEGER, PRIMARY KEY (DUMMY)) "
+"ENGINE = INNODB\n"
+"   CREATE_MESSAGE_REFERENCE=CREATE TABLE JBM_MSG_REF (CHANNEL_ID BIGINT, "
+"MESSAGE_ID BIGINT, TRANSACTION_ID BIGINT, STATE CHAR(1), ORD BIGINT, "
+"PAGE_ORD BIGINT, DELIVERY_COUNT INTEGER, SCHED_DELIVERY BIGINT, PRIMARY KEY"
+"(CHANNEL_ID, MESSAGE_ID)) ENGINE = INNODB\n"
+"   CREATE_IDX_MESSAGE_REF_TX=CREATE INDEX JBM_MSG_REF_TX ON JBM_MSG_REF "
+"(TRANSACTION_ID)\n"
+"   CREATE_IDX_MESSAGE_REF_ORD=CREATE INDEX JBM_MSG_REF_ORD ON JBM_MSG_REF "
+"(ORD)\n"
+"   CREATE_IDX_MESSAGE_REF_PAGE_ORD=CREATE INDEX JBM_MSG_REF_PAGE_ORD ON "
+"JBM_MSG_REF (PAGE_ORD)\n"
+"   CREATE_IDX_MESSAGE_REF_MESSAGE_ID=CREATE INDEX JBM_MSG_REF_MESSAGE_ID ON "
+"JBM_MSG_REF (MESSAGE_ID)\n"
+"   CREATE_IDX_MESSAGE_REF_SCHED_DELIVERY=CREATE INDEX "
+"JBM_MSG_REF_SCHED_DELIVERY ON JBM_MSG_REF (SCHED_DELIVERY)\n"
+"   CREATE_MESSAGE=CREATE TABLE JBM_MSG (MESSAGE_ID BIGINT, RELIABLE CHAR(1), "
+"EXPIRATION BIGINT, TIMESTAMP BIGINT, PRIORITY TINYINT, TYPE TINYINT, HEADERS "
+"MEDIUMBLOB, PAYLOAD LONGBLOB, PRIMARY KEY (MESSAGE_ID)) ENGINE = INNODB\n"
+"   CREATE_IDX_MESSAGE_TIMESTAMP=CREATE INDEX JBM_MSG_REF_TIMESTAMP ON "
+"JBM_MSG (TIMESTAMP)\n"
+"   CREATE_TRANSACTION=CREATE TABLE JBM_TX (NODE_ID INTEGER, TRANSACTION_ID "
+"BIGINT, BRANCH_QUAL VARBINARY(254), FORMAT_ID INTEGER, GLOBAL_TXID VARBINARY"
+"(254), PRIMARY KEY (TRANSACTION_ID)) ENGINE = INNODB\n"
+"   CREATE_COUNTER=CREATE TABLE JBM_COUNTER (NAME VARCHAR(255), NEXT_ID "
+"BIGINT, PRIMARY KEY(NAME)) ENGINE = INNODB\n"
+"   INSERT_DUAL=INSERT INTO JBM_DUAL VALUES (1)\n"
+"   CHECK_DUAL=SELECT 1 FROM JBM_DUAL\n"
+"   INSERT_MESSAGE_REF=INSERT INTO JBM_MSG_REF (CHANNEL_ID, MESSAGE_ID, "
+"TRANSACTION_ID, STATE, ORD, PAGE_ORD, DELIVERY_COUNT, SCHED_DELIVERY) VALUES "
+"(?, ?, ?, ?, ?, ?, ?, ?)\n"
+"   DELETE_MESSAGE_REF=DELETE FROM JBM_MSG_REF WHERE MESSAGE_ID=? AND "
+"CHANNEL_ID=? AND STATE='C'\n"
+"   UPDATE_MESSAGE_REF=UPDATE JBM_MSG_REF SET TRANSACTION_ID=?, STATE='-' "
+"WHERE MESSAGE_ID=? AND CHANNEL_ID=? AND STATE='C'\n"
+"   UPDATE_PAGE_ORDER=UPDATE JBM_MSG_REF SET PAGE_ORD = ? WHERE MESSAGE_ID=? "
+"AND CHANNEL_ID=?\n"
+"   COMMIT_MESSAGE_REF1=UPDATE JBM_MSG_REF SET STATE='C', TRANSACTION_ID = "
+"NULL WHERE TRANSACTION_ID=? AND STATE='+'\n"
+"   COMMIT_MESSAGE_REF2=DELETE FROM JBM_MSG_REF WHERE TRANSACTION_ID=? AND "
+"STATE='-'\n"
+"   ROLLBACK_MESSAGE_REF1=DELETE FROM JBM_MSG_REF WHERE TRANSACTION_ID=? AND "
+"STATE='+'\n"
+"   ROLLBACK_MESSAGE_REF2=UPDATE JBM_MSG_REF SET STATE='C', TRANSACTION_ID = "
+"NULL WHERE TRANSACTION_ID=? AND STATE='-'\n"
+"   LOAD_PAGED_REFS=SELECT MESSAGE_ID, DELIVERY_COUNT, PAGE_ORD, "
+"SCHED_DELIVERY FROM JBM_MSG_REF WHERE CHANNEL_ID = ? AND PAGE_ORD BETWEEN ? "
+"AND ? ORDER BY PAGE_ORD\n"
+"   LOAD_UNPAGED_REFS=SELECT MESSAGE_ID, DELIVERY_COUNT, SCHED_DELIVERY FROM "
+"JBM_MSG_REF WHERE STATE = 'C' AND CHANNEL_ID = ? AND PAGE_ORD IS NULL ORDER "
+"BY ORD\n"
+"   LOAD_REFS=SELECT MESSAGE_ID, DELIVERY_COUNT, SCHED_DELIVERY FROM "
+"JBM_MSG_REF WHERE STATE = 'C' AND CHANNEL_ID = ? ORDER BY ORD     \n"
+"   UPDATE_REFS_NOT_PAGED=UPDATE JBM_MSG_REF SET PAGE_ORD = NULL WHERE "
+"PAGE_ORD BETWEEN ? AND ? AND CHANNEL_ID=?\n"
+"   SELECT_MIN_MAX_PAGE_ORD=SELECT MIN(PAGE_ORD), MAX(PAGE_ORD) FROM "
+"JBM_MSG_REF WHERE CHANNEL_ID = ?\n"
+"   SELECT_EXISTS_REF_MESSAGE_ID=SELECT MESSAGE_ID FROM JBM_MSG_REF WHERE "
+"MESSAGE_ID = ?\n"
+"   UPDATE_DELIVERY_COUNT=UPDATE JBM_MSG_REF SET DELIVERY_COUNT = ? WHERE "
+"CHANNEL_ID = ? AND MESSAGE_ID = ?\n"
+"   UPDATE_CHANNEL_ID=UPDATE JBM_MSG_REF SET CHANNEL_ID = ? WHERE CHANNEL_ID "
+"= ?\n"
+"   LOAD_MESSAGES=SELECT MESSAGE_ID, RELIABLE, EXPIRATION, TIMESTAMP, "
+"PRIORITY, HEADERS, PAYLOAD, TYPE FROM JBM_MSG\n"
+"   INSERT_MESSAGE=INSERT INTO JBM_MSG (MESSAGE_ID, RELIABLE, EXPIRATION, "
+"TIMESTAMP, PRIORITY, TYPE, HEADERS, PAYLOAD) VALUES "
+"(?, ?, ?, ?, ?, ?, ?, ?)\n"
+"   INSERT_MESSAGE_CONDITIONAL=INSERT INTO JBM_MSG (MESSAGE_ID, RELIABLE, "
+"EXPIRATION, TIMESTAMP, PRIORITY, TYPE, INST_TIME) SELECT ?, ?, ?, ?, ?, ?, ? "
+"FROM JBM_DUAL WHERE NOT EXISTS (SELECT MESSAGE_ID FROM JBM_MSG WHERE "
+"MESSAGE_ID = ?)\n"
+"   UPDATE_MESSAGE_4CONDITIONAL=UPDATE JBM_MSG SET HEADERS=?, PAYLOAD=? WHERE "
+"MESSAGE_ID=?\n"
+"   INSERT_MESSAGE_CONDITIONAL_FULL=INSERT INTO JBM_MSG (MESSAGE_ID, "
+"RELIABLE, EXPIRATION, TIMESTAMP, PRIORITY, TYPE, HEADERS, PAYLOAD) "
+"SELECT ?, ?, ?, ?, ?, ?, ?, ? FROM JBM_DUAL WHERE NOT EXISTS (SELECT "
+"MESSAGE_ID FROM JBM_MSG WHERE MESSAGE_ID = ?)   \n"
+"   MESSAGE_ID_COLUMN=MESSAGE_ID   \n"
+"   DELETE_MESSAGE=DELETE FROM JBM_MSG WHERE MESSAGE_ID = ? AND NOT EXISTS "
+"(SELECT * FROM JBM_MSG_REF WHERE JBM_MSG_REF.MESSAGE_ID = ?)      \n"
+"   INSERT_TRANSACTION=INSERT INTO JBM_TX (NODE_ID, TRANSACTION_ID, "
+"BRANCH_QUAL, FORMAT_ID, GLOBAL_TXID) VALUES(?, ?, ?, ?, ?)\n"
+"   DELETE_TRANSACTION=DELETE FROM JBM_TX WHERE NODE_ID = ? AND "
+"TRANSACTION_ID = ?\n"
+"   SELECT_PREPARED_TRANSACTIONS=SELECT TRANSACTION_ID, BRANCH_QUAL, "
+"FORMAT_ID, GLOBAL_TXID FROM JBM_TX WHERE NODE_ID = ?\n"
+"   SELECT_MESSAGE_ID_FOR_REF=SELECT MESSAGE_ID, CHANNEL_ID FROM JBM_MSG_REF "
+"WHERE TRANSACTION_ID = ? AND STATE = '+' ORDER BY ORD\n"
+"   SELECT_MESSAGE_ID_FOR_ACK=SELECT MESSAGE_ID, CHANNEL_ID FROM JBM_MSG_REF "
+"WHERE TRANSACTION_ID = ? AND STATE = '-' ORDER BY ORD\n"
+"   UPDATE_COUNTER=UPDATE JBM_COUNTER SET NEXT_ID = ? WHERE NAME=?\n"
+"   SELECT_COUNTER=SELECT NEXT_ID FROM JBM_COUNTER WHERE NAME=? FOR UPDATE\n"
+"   INSERT_COUNTER=INSERT INTO JBM_COUNTER (NAME, NEXT_ID) VALUES (?, ?)\n"
+"   SELECT_ALL_CHANNELS=SELECT DISTINCT(CHANNEL_ID) FROM JBM_MSG_REF\n"
+"   UPDATE_TX=UPDATE JBM_TX SET NODE_ID=? WHERE NODE_ID=?\n"
+"      ]]&gt;&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;!-- The maximum number of parameters to include in a prepared "
+"statement --&gt;\n"
+"                  \n"
+"      &lt;attribute name=\"MaxParams\"&gt;500&lt;/attribute&gt;\n"
+"\n"
+"      &lt;attribute name=\"UseNDBFailoverStrategy\"&gt;true&lt;/"
+"attribute&gt;\n"
+"         \n"
+"   &lt;/mbean&gt;"
 
 #. Tag: title
 #: Configuration.xml:617
@@ -1883,7 +2340,7 @@
 #: Configuration.xml:632 Configuration.xml:723
 #, no-c-format
 msgid "UsingBatchUpdates"
-msgstr ""
+msgstr "UsingBatchUpdates"
 
 #. Tag: para
 #: Configuration.xml:633 Configuration.xml:724
@@ -2081,6 +2538,34 @@
 "      ]]&gt;&lt;/attribute&gt;\n"
 "   &lt;/mbean&gt;"
 msgstr ""
+"&lt;mbean code=\"org.jboss.jms.server.plugin.JDBCJMSUserManagerService\"\n"
+"      name=\"jboss.messaging:service=JMSUserManager\"\n"
+"      xmbean-dd=\"xmdesc/JMSUserManager-xmbean.xml\"&gt;\n"
+"      &lt;depends&gt;jboss.jca:service=DataSourceBinding,name=DefaultDS&lt;/"
+"depends&gt;\n"
+"      &lt;depends optional-attribute-name=\"TransactionManager\"&gt;\n"
+"               jboss:service=TransactionManager\n"
+"      &lt;/depends&gt;\n"
+"      &lt;attribute name=\"DataSource\"&gt;java:/DefaultDS&lt;/"
+"attribute&gt;\n"
+"      &lt;attribute name=\"CreateTablesOnStartup\"&gt;true&lt;/"
+"attribute&gt;\n"
+"      &lt;attribute name=\"SqlProperties\"&gt;&lt;![CDATA[\n"
+"               CREATE_USER_TABLE=CREATE TABLE JBM_USER (USER_ID VARCHAR(32) "
+"NOT NULL,\n"
+"               PASSWD VARCHAR(32) NOT NULL, CLIENTID VARCHAR(128),\n"
+"               PRIMARY KEY(USER_ID)) ENGINE = INNODB\n"
+"               CREATE_ROLE_TABLE=CREATE TABLE JBM_ROLE (ROLE_ID VARCHAR(32) "
+"NOT NULL,\n"
+"               USER_ID VARCHAR(32) NOT NULL, PRIMARY KEY(USER_ID, ROLE_ID))\n"
+"               ENGINE = INNODB\n"
+"               SELECT_PRECONF_CLIENTID=SELECT CLIENTID FROM JBM_USER WHERE "
+"USER_ID=?\n"
+"               POPULATE.TABLES.1=INSERT INTO JBM_USER (USER_ID,PASSWD,"
+"CLIENTID)\n"
+"               VALUES ('dilbert','dogbert','dilbert-id')\n"
+"      ]]&gt;&lt;/attribute&gt;\n"
+"   &lt;/mbean&gt;"
 
 #. Tag: title
 #: Configuration.xml:708
@@ -2293,6 +2778,164 @@
 "   &lt;/mbean&gt;\n"
 "...."
 msgstr ""
+"&lt;!--\n"
+"      The Default Dead Letter Queue. This destination is a dependency of an "
+"EJB MDB container.\n"
+"   --&gt;\n"
+"\n"
+"   &lt;mbean code=\"org.jboss.jms.server.destination.QueueService\"\n"
+"      name=\"jboss.messaging.destination:service=Queue,name=DLQ\"\n"
+"      xmbean-dd=\"xmdesc/Queue-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                  jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"   &lt;/mbean&gt;\n"
+"\n"
+"\n"
+"   &lt;mbean code=\"org.jboss.jms.server.destination.TopicService\"\n"
+"      name=\"jboss.messaging.destination:service=Topic,name=testTopic\"\n"
+"      xmbean-dd=\"xmdesc/Topic-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                  jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"      &lt;attribute name=\"SecurityConfig\"&gt;\n"
+"         &lt;security&gt;\n"
+"            &lt;role name=\"guest\" read=\"true\" write=\"true\"/&gt;\n"
+"            &lt;role name=\"publisher\" read=\"true\" write=\"true\" create="
+"\"false\"/&gt;\n"
+"            &lt;role name=\"durpublisher\" read=\"true\" write=\"true\" "
+"create=\"true\"/&gt;\n"
+"         &lt;/security&gt;\n"
+"      &lt;/attribute&gt;\n"
+"   &lt;/mbean&gt;\n"
+"\n"
+"   &lt;mbean code=\"org.jboss.jms.server.destination.TopicService\"\n"
+"      name=\"jboss.messaging.destination:service=Topic,name=securedTopic\"\n"
+"      xmbean-dd=\"xmdesc/Topic-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                  jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"      &lt;attribute name=\"SecurityConfig\"&gt;\n"
+"         &lt;security&gt;\n"
+"            &lt;role name=\"publisher\" read=\"true\" write=\"true\" create="
+"\"false\"/&gt;\n"
+"         &lt;/security&gt;\n"
+"      &lt;/attribute&gt;\n"
+"   &lt;/mbean&gt;\n"
+"\n"
+"\n"
+"   &lt;mbean code=\"org.jboss.jms.server.destination.QueueService\"\n"
+"      name=\"jboss.messaging.destination:service=Queue,name=testQueue\"\n"
+"      xmbean-dd=\"xmdesc/Queue-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                  jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"      &lt;attribute name=\"SecurityConfig\"&gt;\n"
+"         &lt;security&gt;\n"
+"            &lt;role name=\"guest\" read=\"true\" write=\"true\"/&gt;\n"
+"            &lt;role name=\"publisher\" read=\"true\" write=\"true\" create="
+"\"false\"/&gt;\n"
+"            &lt;role name=\"noacc\" read=\"false\" write=\"false\" create="
+"\"false\"/&gt;\n"
+"         &lt;/security&gt;\n"
+"      &lt;/attribute&gt;\n"
+"   &lt;/mbean&gt;\n"
+"\n"
+"   &lt;mbean code=\"org.jboss.jms.server.destination.QueueService\"\n"
+"      name=\"jboss.messaging.destination:service=Queue,name=A\"\n"
+"      xmbean-dd=\"xmdesc/Queue-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                  jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"   &lt;/mbean&gt;\n"
+"\n"
+"\n"
+"   &lt;!-- It's possible for indiviual queues and topics to use a specific "
+"queue for\n"
+"   an expiry or DLQ --&gt;\n"
+"\n"
+"   &lt;mbean code=\"org.jboss.jms.server.destination.QueueService\"\n"
+"      name=\"jboss.messaging.destination:service=Queue,name=PrivateDLQ\"\n"
+"      xmbean-dd=\"xmdesc/Queue-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                  jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"   &lt;/mbean&gt;\n"
+"\n"
+"   &lt;mbean code=\"org.jboss.jms.server.destination.QueueService\"\n"
+"      name=\"jboss.messaging.destination:service=Queue,"
+"name=PrivateExpiryQueue\"\n"
+"      xmbean-dd=\"xmdesc/Queue-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                  jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"   &lt;/mbean&gt;\n"
+"\n"
+"   &lt;mbean code=\"org.jboss.jms.server.destination.QueueService\"\n"
+"      name=\"jboss.messaging.destination:service=Queue,"
+"name=QueueWithOwnDLQAndExpiryQueue\"\n"
+"      xmbean-dd=\"xmdesc/Queue-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                  jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"      &lt;attribute name=\"DLQ\"&gt;\n"
+"                  jboss.messaging.destination:service=Queue,name=PrivateDLQ\n"
+"      &lt;/attribute&gt;\n"
+"      &lt;attribute name=\"ExpiryQueue\"&gt;\n"
+"                  jboss.messaging.destination:service=Queue,"
+"name=PrivateExpiryQueue\n"
+"      &lt;/attribute&gt;\n"
+"   &lt;/mbean&gt;\n"
+"\n"
+"   &lt;mbean code=\"org.jboss.jms.server.destination.TopicService\"\n"
+"      name=\"jboss.messaging.destination:service=Topic,"
+"name=TopicWithOwnDLQAndExpiryQueue\"\n"
+"      xmbean-dd=\"xmdesc/Topic-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                  jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"      &lt;attribute name=\"DLQ\"&gt;\n"
+"                  jboss.messaging.destination:service=Queue,name=PrivateDLQ\n"
+"      &lt;/attribute&gt;\n"
+"      &lt;attribute name=\"ExpiryQueue\"&gt;\n"
+"                  jboss.messaging.destination:service=Queue,"
+"name=PrivateExpiryQueue\n"
+"      &lt;/attribute&gt;\n"
+"   &lt;/mbean&gt;\n"
+"\n"
+"\n"
+"   &lt;mbean code=\"org.jboss.jms.server.destination.TopicService\"\n"
+"      name=\"jboss.messaging.destination:service=Topic,"
+"name=TopicWithOwnRedeliveryDelay\"\n"
+"      xmbean-dd=\"xmdesc/Topic-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                  jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"      &lt;attribute name=\"RedeliveryDelay\"&gt;5000&lt;/attribute&gt;\n"
+"   &lt;/mbean&gt;\n"
+"\n"
+"\n"
+"   &lt;mbean code=\"org.jboss.jms.server.destination.TopicService\"\n"
+"      name=\"jboss.messaging.destination:service=Topic,"
+"name=testDistributedTopic\"\n"
+"      xmbean-dd=\"xmdesc/Topic-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                  jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"      &lt;attribute name=\"Clustered\"&gt;true&lt;/attribute&gt;\n"
+"   &lt;/mbean&gt;\n"
+"...."
 
 #. Tag: title
 #: Configuration.xml:758
@@ -2339,8 +2982,7 @@
 #. Tag: para
 #: Configuration.xml:771
 #, no-c-format
-msgid ""
-"The DLQ used for this queue. Overrides any value set on the ServerPeer config"
+msgid "The DLQ used for this queue. Overrides any value set on the ServerPeer config"
 msgstr ""
 
 #. Tag: title
@@ -2555,8 +3197,7 @@
 #. Tag: para
 #: Configuration.xml:862
 #, no-c-format
-msgid ""
-"Returns <literal>true</literal> if the queue was created programmatically"
+msgid "Returns <literal>true</literal> if the queue was created programmatically"
 msgstr ""
 
 #. Tag: title
@@ -2619,6 +3260,15 @@
 "              \n"
 "              prod.send(msg);"
 msgstr ""
+"long now = System.currentTimeMillis();\n"
+"         \n"
+"              Message msg = sess.createMessage();  \n"
+"                  \n"
+"              msg.setLongProperty(JBossMessage."
+"JMS_JBOSS_SCHEDULED_DELIVERY_PROP_NAME,\n"
+"                     now + 1000 * 60 * 60 * 2);\n"
+"              \n"
+"              prod.send(msg);"
 
 #. Tag: title
 #: Configuration.xml:885 Configuration.xml:1080
@@ -2832,8 +3482,7 @@
 #. Tag: para
 #: Configuration.xml:985
 #, no-c-format
-msgid ""
-"The DLQ used for this topic. Overrides any value set on the ServerPeer config"
+msgid "The DLQ used for this topic. Overrides any value set on the ServerPeer config"
 msgstr ""
 
 #. Tag: para
@@ -2855,8 +3504,7 @@
 #. Tag: para
 #: Configuration.xml:1076
 #, no-c-format
-msgid ""
-"Returns <literal>true</literal> if the topic was created programmatically"
+msgid "Returns <literal>true</literal> if the topic was created programmatically"
 msgstr ""
 
 #. Tag: para
@@ -2877,15 +3525,14 @@
 #. Tag: para
 #: Configuration.xml:1098
 #, no-c-format
-msgid ""
-"Return a list of the message counters for the subscriptions of this topic."
+msgid "Return a list of the message counters for the subscriptions of this topic."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:1102
 #, no-c-format
 msgid "AllMessageCount"
-msgstr ""
+msgstr "AllMessageCount"
 
 #. Tag: para
 #: Configuration.xml:1103
@@ -2897,7 +3544,7 @@
 #: Configuration.xml:1107
 #, no-c-format
 msgid "DurableMessageCount"
-msgstr ""
+msgstr "DurableMessageCount"
 
 #. Tag: para
 #: Configuration.xml:1108
@@ -2911,7 +3558,7 @@
 #: Configuration.xml:1112
 #, no-c-format
 msgid "NonDurableMessageCount"
-msgstr ""
+msgstr "NonDurableMessageCount"
 
 #. Tag: para
 #: Configuration.xml:1113
@@ -2937,7 +3584,7 @@
 #: Configuration.xml:1121
 #, no-c-format
 msgid "DurableSubscriptionsCount"
-msgstr ""
+msgstr "DurableSubscriptionsCount"
 
 #. Tag: para
 #: Configuration.xml:1122
@@ -2972,8 +3619,7 @@
 #. Tag: para
 #: Configuration.xml:1137
 #, no-c-format
-msgid ""
-"Use this with caution. It will permanently delete all messages from the topic"
+msgid "Use this with caution. It will permanently delete all messages from the topic"
 msgstr ""
 
 #. Tag: title
@@ -3204,6 +3850,52 @@
 "      &lt;attribute name=\"DupsOKBatchSize\"&gt;10000&lt;/attribute&gt; \n"
 "   &lt;/mbean&gt;"
 msgstr ""
+"&lt;mbean code=\"org.jboss.jms.server.connectionfactory.ConnectionFactory\"\n"
+"      name=\"jboss.messaging.connectionfactory:service=MyConnectionFactory"
+"\"\n"
+"      xmbean-dd=\"xmdesc/ConnectionFactory-xmbean.xml\"&gt;\n"
+"      &lt;depends optional-attribute-name=\"ServerPeer\"&gt;\n"
+"                 jboss.messaging:service=ServerPeer\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends optional-attribute-name=\"Connector\"&gt;\n"
+"                 jboss.messaging:service=Connector,transport=bisocket\n"
+"      &lt;/depends&gt;\n"
+"      &lt;depends&gt;jboss.messaging:service=PostOffice&lt;/depends&gt;\n"
+"\n"
+"      &lt;attribute name=\"JNDIBindings\"&gt;\n"
+"         &lt;bindings&gt;\n"
+"            &lt;binding&gt;/MyConnectionFactory&lt;/binding&gt;\n"
+"            &lt;binding&gt;/factories/cf&lt;/binding&gt;\n"
+"         &lt;/bindings&gt;\n"
+"      &lt;/attribute&gt;\n"
+"      \n"
+"      &lt;attribute name=\"ClientID\"&gt;myClientID&lt;/attribute&gt;\n"
+"\n"
+"      &lt;attribute name=\"SupportsFailover\"&gt;true&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;attribute name=\"SupportsLoadBalancing\"&gt;false&lt;/"
+"attribute&gt;  \n"
+"      \n"
+"      &lt;attribute name=\"LoadBalancingFactory\"&gt;org.acme."
+"MyLoadBalancingFactory&lt;/attribute&gt;\n"
+"          \n"
+"      &lt;attribute name=\"PrefetchSize\"&gt;1000&lt;/attribute&gt; \n"
+"\n"
+"      &lt;attribute name=\"SlowConsumers\"&gt;false&lt;/attribute&gt;\n"
+"      \n"
+"      &lt;attribute name=\"StrictTck\"&gt;true&lt;/attribute&gt;\n"
+"\n"
+"      &lt;attribute name=\"DefaultTempQueueFullSize\"&gt;50000&lt;/"
+"attribute&gt;\n"
+"      \n"
+"      &lt;attribute name=\"DefaultTempQueuePageSize\"&gt;1000&lt;/"
+"attribute&gt; \n"
+"            \n"
+"      &lt;attribute name=\"DefaultTempQueueDownCacheSize\"&gt;1000&lt;/"
+"attribute&gt; \n"
+"      \n"
+"      &lt;attribute name=\"DupsOKBatchSize\"&gt;10000&lt;/attribute&gt; \n"
+"   &lt;/mbean&gt;"
 
 #. Tag: para
 #: Configuration.xml:1230
@@ -3298,8 +3990,7 @@
 #. Tag: para
 #: Configuration.xml:1267
 #, no-c-format
-msgid ""
-"Set this to true if you want strict JMS behaviour as required by the TCK."
+msgid "Set this to true if you want strict JMS behaviour as required by the TCK."
 msgstr ""
 
 #. Tag: title
@@ -3769,3 +4460,4 @@
 "therefore imperative that the relevant sections are overwritten with the "
 "remoting configuration from the JBM distribution."
 msgstr ""
+




More information about the jboss-cvs-commits mailing list