Author: ggregory
Date: Mon Apr 22 18:23:26 2013
New Revision: 1470651
URL: http://svn.apache.org/r1470651
Log:
Point to ActiveMQ instead of Geronimo since AMQ is the default provider in G.
Also G is a server, not a JMS provider.
Modified:
logging/log4j/log4j2/trunk/core/src/site/xdoc/index.xml
Modified: logging/log4j/log4j2/trunk/core/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/src/site/xdoc/index.xml?rev=1470651&r1=1470650&r2=1470651&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/core/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/core/src/site/xdoc/index.xml Mon Apr 22 18:23:26
2013
@@ -45,7 +45,8 @@
<li>JSON configuration requires the Jackson JSON-processor.</li>
<li>Async Loggers require the LMAX Disruptor.</li>
<li>SMTPAppender requires Javax Mail.</li>
- <li>JMSQueueAppender and JMSTopicAppender require a JMS
implementation like geronimo-jms.</li>
+ <li>JMSQueueAppender and JMSTopicAppender require a JMS
implementation like
+ <a href="http://activemq.apache.org/">Apache ActiveMQ</a>.</li>
<li>Windows color support requires Jansi.</li>
</ul>
</section>