|
@@ -133,7 +133,7 @@ waiting tasks you have to stop all the workers, and then discard the tasks
|
|
using <tt class="docutils literal"><span class="pre">discard_all</span></tt>.</p>
|
|
using <tt class="docutils literal"><span class="pre">discard_all</span></tt>.</p>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="can-i-use-celery-with-activemq-stomp">
|
|
<div class="section" id="can-i-use-celery-with-activemq-stomp">
|
|
-<h3>Can I use celery with ActiveMQ/Stomp?<a class="headerlink" href="#can-i-use-celery-with-activemq-stomp" title="Permalink to this headline">¶</a></h3>
|
|
|
|
|
|
+<h3>Can I use celery with ActiveMQ/STOMP?<a class="headerlink" href="#can-i-use-celery-with-activemq-stomp" title="Permalink to this headline">¶</a></h3>
|
|
<p><strong>Answer</strong>: Yes. But this is very experimental for now.</p>
|
|
<p><strong>Answer</strong>: Yes. But this is very experimental for now.</p>
|
|
<p>First you have to use the <tt class="docutils literal"><span class="pre">master</span></tt> branch of <tt class="docutils literal"><span class="pre">celery</span></tt>:</p>
|
|
<p>First you have to use the <tt class="docutils literal"><span class="pre">master</span></tt> branch of <tt class="docutils literal"><span class="pre">celery</span></tt>:</p>
|
|
<div class="highlight-python"><pre>$ git clone git://github.com/ask/celery.git
|
|
<div class="highlight-python"><pre>$ git clone git://github.com/ask/celery.git
|
|
@@ -279,7 +279,7 @@ configuration:</p>
|
|
<li><a class="reference external" href="#why-won-t-my-periodic-task-run">Why won’t my Periodic Task run?</a></li>
|
|
<li><a class="reference external" href="#why-won-t-my-periodic-task-run">Why won’t my Periodic Task run?</a></li>
|
|
<li><a class="reference external" href="#how-do-i-discard-all-waiting-tasks">How do I discard all waiting tasks?</a></li>
|
|
<li><a class="reference external" href="#how-do-i-discard-all-waiting-tasks">How do I discard all waiting tasks?</a></li>
|
|
<li><a class="reference external" href="#i-ve-discarded-messages-but-there-are-still-messages-left-in-the-queue">I’ve discarded messages, but there are still messages left in the queue?</a></li>
|
|
<li><a class="reference external" href="#i-ve-discarded-messages-but-there-are-still-messages-left-in-the-queue">I’ve discarded messages, but there are still messages left in the queue?</a></li>
|
|
-<li><a class="reference external" href="#can-i-use-celery-with-activemq-stomp">Can I use celery with ActiveMQ/Stomp?</a></li>
|
|
|
|
|
|
+<li><a class="reference external" href="#can-i-use-celery-with-activemq-stomp">Can I use celery with ActiveMQ/STOMP?</a></li>
|
|
<li><a class="reference external" href="#which-features-are-not-supported-when-using-stomp">Which features are not supported when using STOMP?</a></li>
|
|
<li><a class="reference external" href="#which-features-are-not-supported-when-using-stomp">Which features are not supported when using STOMP?</a></li>
|
|
<li><a class="reference external" href="#can-i-send-some-tasks-to-only-some-servers">Can I send some tasks to only some servers?</a></li>
|
|
<li><a class="reference external" href="#can-i-send-some-tasks-to-only-some-servers">Can I send some tasks to only some servers?</a></li>
|
|
</ul>
|
|
</ul>
|