blob: 7694a4ce1d329f5687e84068abc1f597fa478a87 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ActiveMQ</title>
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
<link rel="stylesheet" href="/css/main.css">
<script defer src="/js/fontawesome-all.min.js" integrity="sha384-rOA1PnstxnOBLzCLMcre8ybwbTmemjzdNlILg8O7z1lUkLXozs4DHonlDtnE7fpc"></script>
<script src="/js/jquery.slim.min.js" integrity="sha384-5AkRS45j4ukf+JbWAfHL8P4onPA9p0KwwP7pUdjSQA3ss9edbJUJc/XcYAiheSSz"></script>
<script src="/js/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"></script>
<script src="/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container">
<!-- <a class="navbar-brand mr-auto" href="#"><img style="height: 50px" src="assets/img/apache-feather.png" /></a> -->
<a class="navbar-brand mr-auto" href="/"><img src="/assets/img/activemq_logo_black_small.png" style="height: 50px"/></a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="ml-auto collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="/news">News</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" id="navbarDropdownComponents" data-target="#" href="" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Components<span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-center" aria-labelledby="navbarDropdownComponents">
<div class="row">
<div class="col-12">
<ul class="multi-column-dropdown">
<li class="nav-item"><a class="dropdown-item" href="/components/classic">ActiveMQ Classic</a></li>
<li class="nav-item"><a class="dropdown-item" href="/components/artemis/">ActiveMQ Artemis</a></li>
<li class="nav-item"><a class="dropdown-item" href="/components/nms">NMS Clients</a></li>
<li class="nav-item"><a class="dropdown-item" href="/components/cms">CMS Client</a></li>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" id="navbarDropdownCommunity" data-target="#" href="" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community<span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-center multi-column columns-1" aria-labelledby="navbarDropdownCommunity">
<div class="row">
<div class="col-12">
<ul class="multi-column-dropdown">
<li class="nav-item"><a class="dropdown-item" href="/contact">Contact Us</a></li>
<li class="nav-item"><a class="dropdown-item" href="/contributing">Contribute</a></li>
<li class="nav-item"><a class="dropdown-item" href="/issues">Report Issues</a></li>
<li class="nav-item"><a class="dropdown-item" href="/support">Get Support</a></li>
</ul>
</div>
</div>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" id="navbarDropdownTeam" data-target="#" href="" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><img src="/assets/img/feather.png" style="height:20px">Apache<span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-center multi-column columns-1" aria-labelledby="navbarDropdownTeam">
<div class="row">
<div class="col-sm-12">
<ul class="multi-column-dropdown">
<li class="nav-item"><a class="dropdown-item" href="https://www.apache.org">The Apache Software Foundation</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://www.apache.org/licenses/">License</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li class="nav-item"><a class="dropdown-item" href="/security-advisories">Security</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://www.apache.org/events/current-event">Events</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://people.apache.org/phonebook.html?pmc=activemq">PMC & Committers</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://whimsy.apache.org/board/minutes/ActiveMQ.html">Board Reports</a></li>
<li class="nav-item"><a class="dropdown-item" href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a></li>
</ul>
</div>
</div>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="content">
<div class="page-title-main">
<div class="container">
<h1>Contact Us</h1>
</div>
</div>
<div class="container" >
<div class="row" style="margin-top: 30px">
<div class="col-12 main">
<p>Whether you have a simple question about configuration, a use-case you’re confused about, a new feature you want to discuss, etc. the community is here to help.</p>
<p>If you’re fairly certain you’re hitting a bug <a href="issues">please report it</a> via one of our issue trackers.</p>
<h4 id="mailing-lists">Mailing Lists</h4>
<p>The <strong>best</strong> way to contact folks in the community is by using one of the mailing lists.</p>
<ul>
<li><strong>Users</strong>: for users configuring &amp; managing an ActiveMQ broker as well as messaging application developers</li>
<li><strong>Dev</strong>: for developers working <em>directly</em> on one of the ActiveMQ code-bases</li>
</ul>
<p>To subscribe to or unsubscribe from a list simply:</p>
<ol>
<li>Send a blank email to the appropriate address (see below).</li>
<li>The automated mailing list manager will send an reply (either a confirmation request or an error message, e.g. if you are not subscribed).</li>
<li>Reply to the confirmation message.</li>
</ol>
<p><a class="anchor" name="mailing"></a></p>
<table>
<thead>
<tr>
<th>List</th>
<th>Subscribe</th>
<th>Unsubscribe</th>
<th>Web Interface</th>
<th>Archives</th>
</tr>
</thead>
<tbody>
<tr>
<td>Users</td>
<td><a href="mailto:users-subscribe@activemq.apache.org">users-subscribe@activemq.apache.org</a></td>
<td><a href="mailto:users-unsubscribe@activemq.apache.org">users-unsubscribe@activemq.apache.org</a></td>
<td><a href="https://lists.apache.org/list.html?users@activemq.apache.org">Apache</a></td>
<td><a href="http://mail-archives.apache.org/mod_mbox/activemq-users/">Apache</a>, <a href="http://activemq.markmail.org/search/list:org.apache.activemq.users">Markmail</a></td>
</tr>
<tr>
<td>Dev</td>
<td><a href="mailto:dev-subscribe@activemq.apache.org">dev-subscribe@activemq.apache.org</a></td>
<td><a href="mailto:dev-unsubscribe@activemq.apache.org">dev-unsubscribe@activemq.apache.org</a></td>
<td><a href="https://lists.apache.org/list.html?dev@activemq.apache.org">Apache</a></td>
<td><a href="http://mail-archives.apache.org/mod_mbox/activemq-dev/">Apache</a>, <a href="http://activemq.markmail.org/search/list:org.apache.activemq.dev">Markmail</a></td>
</tr>
</tbody>
</table>
<p>Mailing list participants are expected to abide by the well-established rules of “netiquette,” as well as the ASF’s published <a href="https://www.apache.org/foundation/policies/conduct.html">Code of Conduct</a>.</p>
<p><strong>Please read these <a href="https://apache.org/dev/contrib-email-tips.html">tips for email contributors</a></strong>, especially if you’re not getting the support you expect.</p>
<p>If you’re curious you can <a href="https://apache.org/foundation/mailinglists.html">read more</a> about how these lists work at Apache.</p>
<h4 id="chat">Chat</h4>
<p>If for some reason a mailing list doesn’t work for you then you can potentially chat with other community members in real-time using <strong><a href="https://slack.com/">Slack</a></strong>. Access to the <a href="https://the-asf.slack.com">ASF Slack</a> requires an invitation. If you want an invitation to the ActiveMQ Slack channel simply send a request to the <a href="#mailing">users mailing list</a>.</p>
</div>
</div>
</div>
</div>
<div class="row sitemap">
<div class="col-sm-12">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="row">
<div class="col-sm-3">
<div >
<img class="float-left" style="max-height: 100px" src="/assets/img/activemq_logo_white_vertical_small.png"/>
</div>
</div>
<div style="text-align: center; margin-bottom: 0px; margin-top: 30px; font-size: 65%" class="col-sm-6">
<p><a href="https://www.apache.org/foundation/marks/list/">Apache, ActiveMQ, Apache ActiveMQ</a>, the Apache feather logo, and the Apache ActiveMQ project logo are trademarks of The Apache Software Foundation. Copyright &copy; 2024, The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
</div>
<div class="col-sm-3">
<div >
<a href="https://www.apache.org"><img class="float-right" style="margin-top: 10px; max-height: 80px" src="/assets/img/apache-logo-small.png"/></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>