Author: norman
Date: Sat Nov 13 08:41:31 2010
New Revision: 1034703
URL: http://svn.apache.org/viewvc?rev=1034703&view=rev
Log:
cleanup examples
Added:
james/server/trunk/container-spring/src/main/config/examples/jmx.properties
Removed:
james/server/trunk/container-spring/src/main/config/examples/jmx.access
james/server/trunk/container-spring/src/main/config/examples/jmx.password
Modified:
james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml
Added:
james/server/trunk/container-spring/src/main/config/examples/jmx.properties
URL:
http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/examples/jmx.properties?rev=1034703&view=auto
==============================================================================
--- james/server/trunk/container-spring/src/main/config/examples/jmx.properties
(added)
+++ james/server/trunk/container-spring/src/main/config/examples/jmx.properties
Sat Nov 13 08:41:31 2010
@@ -0,0 +1,22 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+# See http://james.apache.org/server/3/config.html for usage
+
+jmx.address=127.0.0.1
+jmx.port=9999
Modified:
james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml?rev=1034703&r1=1034702&r2=1034703&view=diff
==============================================================================
---
james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml
(original)
+++
james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml
Sat Nov 13 08:41:31 2010
@@ -177,6 +177,9 @@
<amq:persistenceAdapter>
<amq:amqPersistenceAdapter/>
</amq:persistenceAdapter>
+ <amq:plugins>
+ <amq:statisticsBrokerPlugin/>
+ </amq:plugins>
<amq:transportConnectors>
<amq:transportConnector uri="tcp://localhost:0" />
</amq:transportConnectors>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]