You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kalumet-commits@incubator.apache.org by jb...@apache.org on 2012/07/06 08:09:21 UTC

svn commit: r1358067 - in /incubator/kalumet/trunk/documentation/src/site: apt/userguide/environment/ resources/images/

Author: jbonofre
Date: Fri Jul  6 08:09:20 2012
New Revision: 1358067

URL: http://svn.apache.org/viewvc?rev=1358067&view=rev
Log:
Add JMS server section in the documentation

Added:
    incubator/kalumet/trunk/documentation/src/site/apt/userguide/environment/jms_servers.apt
    incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_general.png
    incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_queues.png
    incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_topics.png
    incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsservers.png
Modified:
    incubator/kalumet/trunk/documentation/src/site/apt/userguide/environment/jms_connectionfactories.apt

Modified: incubator/kalumet/trunk/documentation/src/site/apt/userguide/environment/jms_connectionfactories.apt
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/documentation/src/site/apt/userguide/environment/jms_connectionfactories.apt?rev=1358067&r1=1358066&r2=1358067&view=diff
==============================================================================
--- incubator/kalumet/trunk/documentation/src/site/apt/userguide/environment/jms_connectionfactories.apt (original)
+++ incubator/kalumet/trunk/documentation/src/site/apt/userguide/environment/jms_connectionfactories.apt Fri Jul  6 08:09:20 2012
@@ -28,7 +28,7 @@ Apache Kalumet Console Environment JMS C
 
   In the environment JEE resources tab, you have a "JMS Connection Factories" tab.
 
-  This tab allows you to configure the JMS connection factories that will be deployed into the JEE application server given inthe "scope" checkbox.
+  This tab allows you to configure the JMS connection factories that will be deployed into the JEE application server given in the "scope" checkbox.
 
 [/images/env_connectionfactories.png]
 

Added: incubator/kalumet/trunk/documentation/src/site/apt/userguide/environment/jms_servers.apt
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/documentation/src/site/apt/userguide/environment/jms_servers.apt?rev=1358067&view=auto
==============================================================================
--- incubator/kalumet/trunk/documentation/src/site/apt/userguide/environment/jms_servers.apt (added)
+++ incubator/kalumet/trunk/documentation/src/site/apt/userguide/environment/jms_servers.apt Fri Jul  6 08:09:20 2012
@@ -0,0 +1,71 @@
+ -----
+ Kalumet Console Environment JMS Servers
+ -----
+ -----
+ -----
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Apache Kalumet Console Environment JMS Servers
+
+  In the environment JEE resources tab, you have a "JMS Servers" tab.
+
+  This tab allows you to configure the JMS servers that will be deployed into the JEE application server given in the "scope" checkbox.
+
+[/images/env_jmsservers.png]
+
+  On each JMS server, you can:
+
+  * copy the JMS server to be pasted into another server
+
+  * enable (light on) or disable (light off) the JMS server. If disabled, the JMS server won't be part of the update process. 
+
+  * set update blocker (green puzzle piece) or not update blocker (grey puzzle piece)
+
+  * check the current status of the JMS server (if deployed and up to date in the JEE application server)
+
+  * launch the JMS server update
+
+  * delete the JMS server
+
+  By clicking on the JMS server name, you will see a new "JMS Server" window. The same window will be displayed if you click on "Add JMS Server" button.
+
+[/images/env_jmsserver_general.png]
+
+  The "General" tab allows you to define the general information about the JMS server:
+
+  * Name: the name of the JMS server. NB: for some JEE application server (like WebSphere), the JMS server is embedded into the JEE application server and the name should match the application server one (server1 for instance).
+
+  * Active: if "yes", the JMS server is active and will be part of the update process.
+
+  * Update Blocker: if "yes", the JMS server is update blocker. It means that if the JMS server update, the whole update process will fail and stop. If not, the whole update process will just log a warning and the update will continue.
+
+[/images/env_jmserver_queues.png]
+
+  The "JMS Queues" tab allows you to define the JMS queues in the JMS server.
+
+  On each queue, you can validate a change on the queue name and delete a queue. To create a new JMS queue, you just have to enter the queue name and click on the "+" icon.
+
+[/images/env_jmsserver_topics.png]
+
+  The "JMS Topics" tab allows you to define the JMS topics in the JMS server.
+
+  On each topic, you can validate a change on the topic name and delete a topic. To create a new JMS topic, you just have to enter the topic name and click on the "+" icon.

Added: incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_general.png
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_general.png?rev=1358067&view=auto
==============================================================================
Files incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_general.png (added) and incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_general.png Fri Jul  6 08:09:20 2012 differ

Added: incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_queues.png
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_queues.png?rev=1358067&view=auto
==============================================================================
Files incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_queues.png (added) and incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_queues.png Fri Jul  6 08:09:20 2012 differ

Added: incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_topics.png
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_topics.png?rev=1358067&view=auto
==============================================================================
Files incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_topics.png (added) and incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsserver_topics.png Fri Jul  6 08:09:20 2012 differ

Added: incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsservers.png
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsservers.png?rev=1358067&view=auto
==============================================================================
Files incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsservers.png (added) and incubator/kalumet/trunk/documentation/src/site/resources/images/env_jmsservers.png Fri Jul  6 08:09:20 2012 differ