Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3740180E6 for ; Sat, 27 Jun 2015 21:24:08 +0000 (UTC) Received: (qmail 27290 invoked by uid 500); 27 Jun 2015 21:24:08 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 27206 invoked by uid 500); 27 Jun 2015 21:24:08 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 26346 invoked by uid 99); 27 Jun 2015 21:24:07 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jun 2015 21:24:07 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 83840AC0027 for ; Sat, 27 Jun 2015 21:24:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r956228 [37/40] - in /websites/production/activemq/content: ./ 2004/08/17/ 2005/06/06/ 2005/07/13/ 2006/03/23/ 2007/04/18/ 2008/04/28/ 2009/04/17/ 2010/06/29/ cache/ cms/ nms/ Date: Sat, 27 Jun 2015 21:23:58 -0000 To: commits@activemq.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150627212407.83840AC0027@hades.apache.org> Modified: websites/production/activemq/content/support.html ============================================================================== --- websites/production/activemq/content/support.html (original) +++ websites/production/activemq/content/support.html Sat Jun 27 21:23:55 2015 @@ -72,7 +72,7 @@ -

Getting Help

If you are experiencing problems using ActiveMQ then please report your problem to our Issue Tracker. You may also find it useful to discuss your issues with the community on the Discussion Forums or join one of our Mailing Lists.

How to get help

Before you report a problem you might want to read the FAQ.
Whe never you are reporting a problem please be sure to include as much information as possible; the more we know the more chance of a quicker resolution.

  • Which version of ActiveMQ
  • What platform of Java (e.g., Java SE 6 with JRE/JDK 1.6.0 or J2SE 5 with JRE/JDK 1.5.0)
  • Any particular application/web server or container being used - if so what version?
  • Stack traces generally really help! If in doubt include the whole thing; often exceptions get wrapped in other exceptions and the exception right near the bottom explains the actual error, not the first few lines at the top. It's very easy for us to skim-read past unnecessary parts of a stack trace.
  • Log output (e.g., data/activemq.log) can be useful too; sometimes enabling DEBUG logging can help
  • Your code & configuration files are often useful

How to get help faster

We can help you much quicker if you try the following

  • Provide us with a JUnit test case that demonstrates your issue. e.g. if you think you've found a bug, can you create a test case to demonstrate the bug?
  • Submit a patch fixing the bug! (We also buy you beer when we meet you if you submit bug fixes (smile) )
  • For memory leaks or performance related issues, if you can run a profiler on your test case and attach the output as a file (or zipped file if it's huge) to the JIRA we can normally fix things much faster. e.g. you could run jmap/jhat, JProfiler or YourKit on your code and send us the output. To find memory leaks it's quicker to resolve if you can tell us what classes are taking up all of the RAM; we can normally figure out what's wrong from that.

Commercial Support

This is an open source project, so the amount of time we have available to help resolve your issue is often limited as all help is provided on a volunteer basis. If you want to get priority help, need to get up to speed quickly, require some training or mentoring, or need full 24 x 7 production support you should contact a commercial company specializing in ActiveMQ support such as...

  • Ameliant is a specialist consultancy based in London, UK that focuses on open source integration and messaging using the Apache integration stack (ActiveMQ, Camel, ServiceMix and CXF). The company delivers consulting targeted towards development teams to address their messaging use cases; getting operations teams up to speed on managing ActiveMQ deployments, with a particular focus on security, high availability, and monitoring; and migrations between versions of ActiveMQ, as well as from other JMS providers. Ameliant does not provide production support for ActiveMQ.
  • Rogue Wave / OpenLogic has a dedicated team of OSS experts offering round-the-clock Production Support with competitive SLAs for  troubleshooting ActiveMQ issues and outages. Rogue Wave offers a comprehensive week-long instructor-led training program for developers and admins. Rogue Wave OpenLogic also provides Architecture and Design Consulting, and a Developer Support contract to assist in the development of messaging applications.
  • Red Hat offers JBoss A-MQ, a supported distribution of Apache ActiveMQ, that include Enterprise Developer and Production Support, and offer training and consultancy for enterprise deployments.
  • Savoir Technologies, Inc provides enterprise consult ing, training and support for ActiveMQ and a host of other Apache service containers. Savoir can provide best practice mentoring for developing with ActiveMQ, as well as architectural/design reviews, troubleshooting and SOA infrastructure implementations. Savoir's staff includes some of the contributors of ActiveMQ who are on the ground consulting and are familiar with real world implementations and issues.
  • Total Transaction Management (TTM) provides ActiveMQ consulting and support, as well as security and monitoring add-on products and reference guide for ActiveMQ.
  • Tomitribe are experts in Tomcat and ActiveMQ integration, champions of Open Source and Java EE.  Tomitribe offers consulting, training and support for TomEE, Tomcat, ActiveMQ, CXF and more.
  • TytoEASE offers support, consulting and training on enterprise ready open source projects including ActiveMQ.   Support offerings are at three levels with guaranteed SLA's. The company's consulting work is short term to help troubleshoot, fine-tune, do architectural reviews or help with initial design.  TytoEASE's focus is on the Enterprise with how customers integrate open source with their current technologies.
+

Getting Help

If you are experiencing problems using ActiveMQ then please report your problem to our Issue Tracker. You may also find it useful to discuss your issues with the community on the Discussion Forums or join one of our Mailing Lists.

How to get help

Before you report a problem you might want to read the FAQ.
Whe never you are reporting a problem please be sure to include as much information as possible; the more we know the more chance of a quicker resolution.

  • Which version of ActiveMQ
  • What platform of Java (e.g., Java SE 6 with JRE/JDK 1.6.0 or J2SE 5 with JRE/JDK 1.5.0)
  • Any particular application/web server or container being used - if so what version?
  • Stack traces generally really help! If in doubt include the whole thing; often exceptions get wrapped in other exceptions and the exception right near the bottom explains the actual error, not the first few lines at the top. It's very easy for us to skim-read past unnecessary parts of a stack trace.
  • Log output (e.g., data/activemq.log) can be useful too; sometimes enabling DEBUG logging can help
  • Your code & configuration files are often useful

How to get help faster

We can help you much quicker if you try the following

  • Provide us with a JUnit test case that demonstrates your issue. e.g. if you think you've found a bug, can you create a test case to demonstrate the bug?
  • Submit a patch fixing the bug! (We also buy you beer when we meet you if you submit bug fixes (smile) )
  • For memory leaks or performance related issues, if you can run a profiler on your test case and attach the output as a file (or zipped file if it's huge) to the JIRA we can normally fix things much faster. e.g. you could run jmap/jhat, JProfiler or YourKit on your code and send us the output. To find memory leaks it's quicker to resolve if you can tell us what classes are taking up all of the RAM; we can normally figure out what's wrong from that.

Commercial Support

This is an open source project, so the amount of time we have available to help resolve your issue is often limited as all help is provided on a volunteer basis. If you want to get priority help, need to get up to speed quickly, require some training or mentoring, or need full 24 x 7 production support you should contact a commercial company specializing in ActiveMQ support such as...

  • Ameliant is a specialist consultancy based in London, UK that focuses on open source integration and messaging using the Apache integration stack (ActiveMQ, Camel, ServiceMix and CXF). The company delivers consulting targeted towards development teams to address their messaging use cases; getting operations teams up to speed on managing ActiveMQ deployments, with a particular focus on security, high availability, and monitoring; and migrations between versions of ActiveMQ, as well as from other JMS providers. Ameliant does not provide production support for ActiveMQ.
  • Rogue Wave / OpenLogic has a dedicated team of OSS experts offering round-the-clock Production Support with competitive SLAs for troubleshoo ting ActiveMQ issues and outages. Rogue Wave offers a comprehensive week-long instructor-led training program for developers and admins. Rogue Wave OpenLogic also provides Architecture and Design Consulting, and a Developer Support contract to assist in the development of messaging applications.
  • Red Hat offers JBoss A-MQ, a supported distribution of Apache ActiveMQ, that include Enterprise Developer and Production Support, and offer training and consultancy for enterprise deployments.
  • Savoir Technologies, Inc provides enterprise consulting, traini ng and support for ActiveMQ and a host of other Apache service containers. Savoir can provide best practice mentoring for developing with ActiveMQ, as well as architectural/design reviews, troubleshooting and SOA infrastructure implementations. Savoir's staff includes some of the contributors of ActiveMQ who are on the ground consulting and are familiar with real world implementations and issues.
  • Total Transaction Management (TTM) provides ActiveMQ consulting and support, as well as security and monitoring add-on products and reference guide for ActiveMQ.
  • Tomitribe are experts in Tomcat and ActiveMQ integration, champions of Open Source and Java EE.  Tomitribe offers consulting, training and support for TomEE, Tomcat, ActiveMQ, CXF and more.
  • TytoEASE offers support, consulting and training on enterprise ready open source projects including ActiveMQ.   Support offerings are at three levels with guaranteed SLA's. The company's consulting work is short term to help troubleshoot, fine-tune, do architectural reviews or help with initial design.  TytoEASE's focus is on the Enterprise with how customers integrate open source with their current technologies.