Author: buildbot
Date: Tue Jan 19 04:22:41 2016
New Revision: 978020

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/cache/main.pageCache
    websites/production/activemq/content/cross-language-clients.html

Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/activemq/content/cross-language-clients.html
==============================================================================
--- websites/production/activemq/content/cross-language-clients.html (original)
+++ websites/production/activemq/content/cross-language-clients.html Tue Jan 19 
04:22:41 2016
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><p>Apache ActiveMQ is a message broker 
written in Java together with a full JMS client, however it supports protocols 
like&#160;<a shape="rect" href="openwire.html">OpenWire</a>&#160;and&#160;<a 
shape="rect" href="stomp.html">STOMP</a>&#160;that can be used by applications 
in other languages.</p><h2 id="CrossLanguageClients-ClientLibraries">Client 
Libraries</h2><ul><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/nms/";>.NET</a></li><li><a shape="rect" 
class="external-link" href="http://docs.codehaus.org/display/STOMP/C"; 
style="line-height: 1.42857;" rel="nofollow">C</a><span style="line-height: 
1.42857;">&#160;(defunct)</span></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/cms/";>C++</a></li><li><a shape="rect" 
class="external-link" href="https://github.com/igb/Erlang-STOMP-Client"; 
style="line-height: 1.42857;" rel="nofollow">Erlang</a></li><li><a shape="rect" 
class="external-link" href="h
 ttps://github.com/go-stomp/stomp" style="line-height: 1.42857;" 
rel="nofollow">Go</a></li><li><a shape="rect" class="external-link" 
href="https://github.com/toschoo/mom/"; rel="nofollow">Haskell</a></li><li><a 
shape="rect" class="external-link" href="https://code.google.com/p/hxstomp/"; 
rel="nofollow">Haxe</a> (defunct)</li><li><a shape="rect" class="external-link" 
href="https://github.com/fribeiro1/jekpro-activemq-library"; style="line-height: 
1.42857;" rel="nofollow">Jekejeke Prolog</a></li><li><a shape="rect" 
class="external-link" href="https://github.com/fribeiro1/ActiveMQ-Extension"; 
style="line-height: 1.42857;" rel="nofollow">NetLogo</a></li><li><a 
shape="rect" class="external-link" 
href="http://search.cpan.org/~lcons/Net-STOMP-Client/"; style="line-height: 
1.42857;" rel="nofollow">Perl 5</a></li><li><a shape="rect" 
class="external-link" 
href="https://github.com/hww3/pike_modules-public_protocols_stomp"; 
style="line-height: 1.42857;" rel="nofollow">Pike</a></li><li><a shape="rect" 
 class="external-link" href="https://github.com/jasonrbriggs/stomp.py/"; 
rel="nofollow">Python</a></li><li><a shape="rect" class="external-link" 
href="https://github.com/tonyg/racket-stomp"; style="line-height: 1.42857;" 
rel="nofollow">Racket</a></li><li><a shape="rect" class="external-link" 
href="https://github.com/kookster/activemessaging"; rel="nofollow">Ruby on 
Rails</a></li><li><a shape="rect" class="external-link" 
href="https://github.com/siemens/tstomp"; style="line-height: 1.42857;" 
rel="nofollow">Tcl/Tk</a></li></ul><h2 
id="CrossLanguageClients-Protocols">Protocols</h2><p>The following protocols 
may be used for interoperability:</p><ul><li><a shape="rect" 
href="amqp.html">AMQP</a></li><li><a shape="rect" 
href="mqtt.html">MQTT</a></li><li><a shape="rect" 
href="openwire.html">OpenWire</a></li><li><a shape="rect" 
href="rest.html">REST</a></li><li><a shape="rect" 
href="stomp.html">STOMP</a></li><li><a shape="rect" 
href="websockets.html">WebSocket</a></li></ul><h2 id="CrossLanguageCl
 ients-Samples">Samples</h2><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh">Language</th><th colspan="1" rowspan="1" 
class="confluenceTh">Variant</th><th colspan="1" rowspan="1" 
class="confluenceTh">VM</th><th colspan="1" rowspan="1" 
class="confluenceTh">Interface</th><th colspan="1" rowspan="1" 
class="confluenceTh">Protocol</th><th colspan="1" rowspan="1" 
class="confluenceTh">Code</th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">Awk</td><td colspan="1" rowspan="1" 
class="confluenceTd">Gawk</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/06/how-to-send-a-message-to-an-apache-activemq-queue-with-gawk/";
 rel="nofollow">Send to Queue</a
 ></li><li><a shape="rect" class="external-link" 
 >href="https://simplesassim.wordpress.com/2014/03/06/how-to-send-a-message-to-an-apache-activemq-topic-with-gawk/";
 > rel="nofollow">Send to Topic</a></li><li><a shape="rect" 
 >class="external-link" 
 >href="https://simplesassim.wordpress.com/2014/03/06/how-to-receive-a-message-from-an-apache-activemq-queue-with-gawk/";
 > rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
 >class="external-link" 
 >href="https://simplesassim.wordpress.com/2014/03/06/how-to-receive-a-message-from-an-apache-activemq-topic-with-gawk/";
 > rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd">C</td><td colspan="1" rowspan="1" 
 >class="confluenceTd">None</td><td colspan="1" rowspan="1" 
 >class="confluenceTd">None</td><td colspan="1" rowspan="1" 
 >class="confluenceTd"><span>Client Library</span></td><td colspan="1" 
 >rowspan="1" class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
 >class="confluenceTd"><ul><li><a sh
 ape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/23/how-to-send-a-message-to-an-apache-activemq-queue-with-c/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/23/how-to-send-a-message-to-an-apache-activemq-topic-with-c/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/23/how-to-receive-a-message-from-an-apache-activemq-queue-with-c/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/23/how-to-receive-a-message-from-an-apache-activemq-topic-with-c/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">COBOL</td><td colspan="1" rowspan="1" 
class="confluenceTd">GNU COBOL</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1"
  class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/15/how-to-send-a-message-to-an-apache-activemq-queue-with-gnu-cobol/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/15/how-to-send-a-message-to-an-apache-activemq-topic-with-gnu-cobol/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/17/how-to-receive-a-message-from-an-apache-activemq-queue-with-gnu-cobol/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/17/how-to-receive-a-message-from-an-apache-activemq-topic-with-gnu-cobol/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rows
 pan="1" class="confluenceTd">COBOL</td><td colspan="1" rowspan="1" 
class="confluenceTd">Visual COBOL</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/11/12/how-to-send-a-message-to-an-apache-activemq-queue-with-visual-cobol/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/11/12/how-to-send-a-message-to-an-apache-activemq-topic-with-visual-cobol/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/11/13/how-to-receive-a-message-from-an-apache-activemq-queue-with-visual-cobol/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-lin
 k" 
href="https://simplesassim.wordpress.com/2013/11/13/how-to-receive-a-message-from-an-apache-activemq-topic-with-visual-cobol/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Ceylon</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/28/how-to-send-a-message-to-an-apache-activemq-queue-with-ceylon/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/28/how-to-send-a-message-to-an-apache-activemq-topic-with-ceylon/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://si
 
mplesassim.wordpress.com/2013/12/28/how-to-receive-a-message-from-an-apache-activemq-queue-with-ceylon/"
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/28/how-to-receive-a-message-from-an-apache-activemq-topic-with-ceylon/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">D</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/02/how-to-send-a-message-to-an-apache-activemq-queue-with-d/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/0
 2/how-to-send-a-message-to-an-apache-activemq-topic-with-d/" 
rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/03/how-to-receive-a-message-from-an-apache-activemq-queue-with-d/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/03/how-to-receive-a-message-from-an-apache-activemq-topic-with-d/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Efene</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">BEAM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/11/how-to-send-a-message-to-an-apa
 che-activemq-queue-with-efene/" rel="nofollow">Send to Queue</a></li><li><a 
shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/11/how-to-send-a-message-to-an-apache-activemq-topic-with-efene/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/11/how-to-receive-a-message-from-an-apache-activemq-queue-with-efene/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/11/how-to-receive-a-message-from-an-apache-activemq-topic-with-efene/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Elixir</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">BEAM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">S
 TOMP</td><td colspan="1" rowspan="1" class="confluenceTd"><ul><li><a 
shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/09/how-to-send-a-message-to-an-apache-activemq-queue-with-elixir/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/09/how-to-send-a-message-to-an-apache-activemq-topic-with-elixir/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/09/how-to-receive-a-message-from-an-apache-activemq-queue-with-elixir/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/09/how-to-receive-a-message-from-an-apache-activemq-topic-with-elixir/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Erlang</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>N
 one</span></td><td colspan="1" rowspan="1" class="confluenceTd">BEAM</td><td 
colspan="1" rowspan="1" class="confluenceTd">Client Library</td><td colspan="1" 
rowspan="1" class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/06/how-to-send-a-message-to-an-apache-activemq-queue-with-erlang/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/06/how-to-send-a-message-to-an-apache-activemq-topic-with-erlang/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/07/how-to-receive-a-message-from-an-apache-activemq-queue-with-erlang/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/07/how-to-receive-a-message-from-an-apache-activemq-topic-
 with-erlang/" rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd">Factor</td><td colspan="1" 
rowspan="1" class="confluenceTd"><span>None</span></td><td colspan="1" 
rowspan="1" class="confluenceTd"><span>None</span></td><td colspan="1" 
rowspan="1" class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/13/how-to-send-a-message-to-an-apache-activemq-queue-with-factor/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/13/how-to-send-a-message-to-an-apache-activemq-topic-with-factor/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/13/how-to-receive-a-message-from-an-apache-activemq-queue-with-fac
 tor/" rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/13/how-to-receive-a-message-from-an-apache-activemq-topic-with-factor/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Fantom</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/11/how-to-send-a-message-to-an-apache-activemq-queue-with-fantom/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/11/how-to-send-a-message-to-an-apache-activemq-topic-with-fantom/";
 r
 el="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/11/how-to-receive-a-message-from-an-apache-activemq-queue-with-fantom/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/11/how-to-receive-a-message-from-an-apache-activemq-topic-with-fantom/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Frege</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/06/how-to-send-a-message-to-an-apache-activemq-queue-with-frege/";
 rel="
 nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/06/how-to-send-a-message-to-an-apache-activemq-topic-with-frege/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/06/how-to-receive-a-message-from-an-apache-activemq-queue-with-frege/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/06/how-to-receive-a-message-from-an-apache-activemq-topic-with-frege/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Go</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" row
 span="1" class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/16/how-to-send-a-message-to-an-apache-activemq-queue-with-go/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/16/how-to-send-a-message-to-an-apache-activemq-topic-with-go/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/16/how-to-receive-a-message-from-an-apache-activemq-queue-with-go/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/16/how-to-receive-a-message-from-an-apache-activemq-topic-with-go/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Golo</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" cla
 ss="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/10/how-to-send-a-message-to-an-apache-activemq-queue-with-golo/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/10/how-to-send-a-message-to-an-apache-activemq-topic-with-golo/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/10/how-to-receive-a-message-from-an-apache-activemq-queue-with-golo/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/10/how-to-receive-a-message-from-an-apache-activemq-topic-with-golo/";
 rel="nofollow">Receive from Topic</a><
 /li></ul></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">Gosu</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/31/how-to-send-a-message-to-an-apache-activemq-queue-with-gosu/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/31/how-to-send-a-message-to-an-apache-activemq-topic-with-gosu/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/31/how-to-receive-a-message-from-an-apache-activemq-queue-with-gosu/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="re
 ct" class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/31/how-to-receive-a-message-from-an-apache-activemq-topic-with-gosu/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Groovy</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/01/how-to-send-a-message-to-an-apache-activemq-queue-with-groovy/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/01/how-to-send-a-message-to-an-apache-activemq-topic-with-groovy/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="ext
 ernal-link" 
href="https://simplesassim.wordpress.com/2014/01/01/how-to-receive-a-message-from-an-apache-activemq-queue-with-groovy/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/01/how-to-receive-a-message-from-an-apache-activemq-topic-with-groovy/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Haxe</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/12/how-to-send-a-message-to-an-apache-activemq-queue-with-haxe/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class
 ="external-link" 
href="https://simplesassim.wordpress.com/2014/03/12/how-to-send-a-message-to-an-apache-activemq-topic-with-haxe/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/12/how-to-receive-a-message-from-an-apache-activemq-queue-with-haxe/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/12/how-to-receive-a-message-from-an-apache-activemq-topic-with-haxe/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Haskell</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" c
 lass="external-link" 
href="https://simplesassim.wordpress.com/2014/02/14/how-to-send-a-message-to-an-apache-activemq-queue-with-haskell/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/14/how-to-send-a-message-to-an-apache-activemq-topic-with-haskell/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/14/how-to-receive-a-message-from-an-apache-activemq-queue-with-haskell/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/14/how-to-receive-a-message-from-an-apache-activemq-topic-with-haskell/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Interfix</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">BEAM</td><td colspan="1" r
 owspan="1" class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/12/how-to-send-a-message-to-an-apache-activemq-queue-with-interfix/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/12/how-to-send-a-message-to-an-apache-activemq-topic-with-interfix/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/12/how-to-receive-a-message-from-an-apache-activemq-queue-with-interfix/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/12/how-to-receive-a-message-from-an-apache-activemq-topic-with-interfix/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td col
 span="1" rowspan="1" class="confluenceTd">Ioke</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/10/how-to-send-a-message-to-an-apache-activemq-queue-with-ioke/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/10/how-to-send-a-message-to-an-apache-activemq-topic-with-ioke/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/10/how-to-receive-a-message-from-an-apache-activemq-queue-with-ioke/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" href
 
="https://simplesassim.wordpress.com/2015/12/10/how-to-receive-a-message-from-an-apache-activemq-topic-with-ioke/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Java</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>Client Library</span></td><td colspan="1" 
rowspan="1" class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/19/how-to-send-a-message-to-an-apache-activemq-queue-with-java/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/19/how-to-send-a-message-to-an-apache-activemq-topic-with-java/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https
 
://simplesassim.wordpress.com/2013/11/10/how-to-receive-a-message-from-an-apache-activemq-queue-with-java/"
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2013/11/10/how-to-receive-a-message-from-an-apache-activemq-topic-with-java/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Java</td><td colspan="1" rowspan="1" 
class="confluenceTd">Apache Camel</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>Client Library</span></td><td colspan="1" 
rowspan="1" class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/21/how-to-send-a-message-to-an-apache-activemq-queue-with-apache-camel/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href=
 
"https://simplesassim.wordpress.com/2014/04/21/how-to-send-a-message-to-an-apache-activemq-topic-with-apache-camel/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/21/how-to-receive-a-message-from-an-apache-activemq-queue-with-apache-camel/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/21/how-to-receive-a-message-from-an-apache-activemq-topic-with-apache-camel/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Java</td><td colspan="1" rowspan="1" 
class="confluenceTd">JAX-RS</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">REST</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" href="
 
https://simplesassim.wordpress.com/2013/11/07/how-to-send-a-message-to-an-apache-activemq-queue-with-jax-rs/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/11/07/how-to-send-a-message-to-an-apache-activemq-topic-with-jax-rs/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/11/07/how-to-receive-a-message-from-an-apache-activemq-queue-with-jax-rs/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2013/11/07/how-to-receive-a-message-from-an-apache-activemq-topic-with-jax-rs/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">JavaScript</td><td colspan="1" rowspan="1" 
class="confluenceTd">DynJS</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" class="confluenceT
 d"><span>Client Library</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/02/how-to-send-a-message-to-an-apache-activemq-queue-with-dynjs/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/02/how-to-send-a-message-to-an-apache-activemq-topic-with-dynjs/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/02/how-to-receive-a-message-from-an-apache-activemq-queue-with-dynjs/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/02/how-to-receive-a-message-from-an-apache-activemq-topic-with-dynjs/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" clas
 s="confluenceTd">JavaScript</td><td colspan="1" rowspan="1" 
class="confluenceTd">Rhino</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>Client Library</span></td><td colspan="1" 
rowspan="1" class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-send-a-message-to-an-apache-activemq-queue-with-rhino/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-send-a-message-to-an-apache-activemq-topic-with-rhino/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-receive-a-message-from-an-apache-activemq-queue-with-rhino/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" href="https://simpl
 
esassim.wordpress.com/2013/12/31/how-to-receive-a-message-from-an-apache-activemq-topic-with-rhino/"
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">JavaScript</td><td colspan="1" rowspan="1" 
class="confluenceTd">Nashorn</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>Client Library</span></td><td colspan="1" 
rowspan="1" class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-send-a-message-to-an-apache-activemq-queue-with-nashorn/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-send-a-message-to-an-apache-activemq-topic-with-nashorn/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesas
 
sim.wordpress.com/2013/12/31/how-to-receive-a-message-from-an-apache-activemq-queue-with-nashorn/"
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-receive-a-message-from-an-apache-activemq-topic-with-nashorn/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Judo</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/10/how-to-send-a-message-to-an-apache-activemq-queue-with-judo/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com
 /2015/01/10/how-to-send-a-message-to-an-apache-activemq-topic-with-judo/" 
rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/10/how-to-receive-a-message-from-an-apache-activemq-queue-with-judo/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/10/how-to-receive-a-message-from-an-apache-activemq-topic-with-judo/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Julia</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/02/how-to-send-a-messa
 ge-to-an-apache-activemq-queue-with-julia/" rel="nofollow">Send to 
Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/02/how-to-send-a-message-to-an-apache-activemq-topic-with-julia/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/02/how-to-receive-a-message-from-an-apache-activemq-queue-with-julia/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2016/01/02/how-to-receive-a-message-from-an-apache-activemq-topic-with-julia/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Kotlin</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">Ope
 nWire</td><td colspan="1" rowspan="1" class="confluenceTd"><ul><li><a 
shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/10/how-to-send-a-message-to-an-apache-activemq-queue-with-kotlin/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/10/how-to-send-a-message-to-an-apache-activemq-topic-with-kotlin/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/10/how-to-receive-a-message-from-an-apache-activemq-queue-with-kotlin/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/10/how-to-receive-a-message-from-an-apache-activemq-topic-with-kotlin/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" rowspan="1" 
class="confluenceTd">ABCL</td
 ><td colspan="1" rowspan="1" class="confluenceTd">JVM</td><td colspan="1" 
 >rowspan="1" class="confluenceTd"><span>Client Library</span></td><td 
 >colspan="1" rowspan="1" class="confluenceTd">OpenWire</td><td colspan="1" 
 >rowspan="1" class="confluenceTd"><ul><li><a shape="rect" 
 >class="external-link" 
 >href="https://simplesassim.wordpress.com/2014/04/02/how-to-send-a-message-to-an-apache-activemq-queue-with-abcl/";
 > rel="nofollow">Send to Queue</a></li><li><a shape="rect" 
 >class="external-link" 
 >href="https://simplesassim.wordpress.com/2014/04/02/how-to-send-a-message-to-an-apache-activemq-topic-with-abcl/";
 > rel="nofollow">Send to Topic</a></li><li><a shape="rect" 
 >class="external-link" 
 >href="https://simplesassim.wordpress.com/2014/04/02/how-to-receive-a-message-from-an-apache-activemq-queue-with-abcl/";
 > rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
 >class="external-link" 
 >href="https://simplesassim.wordpress.com/2014/04/02/how-to-receive-a-message-from-an-apache-activemq-topic-with-
 abcl/" rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" 
rowspan="1" class="confluenceTd">Allegro CL</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/05/how-to-send-a-message-to-an-apache-activemq-queue-with-allegro-cl/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/05/how-to-send-a-message-to-an-apache-activemq-topic-with-allegro-cl/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/05/how-to-receive-a-message-from-an-apache-activemq-queue-with-allegro-cl/";
 rel="nofoll
 ow">Receive from Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/05/how-to-receive-a-message-from-an-apache-activemq-topic-with-allegro-cl/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" rowspan="1" 
class="confluenceTd">Bigloo</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/02/how-to-send-a-message-to-an-apache-activemq-queue-with-bigloo/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/02/how-to-send-a-message-to-an-apache-activemq-topic-with-bigloo/";
 rel="nofollow">Send to Topic</a></li
 ><li><a shape="rect" class="external-link" 
 >href="https://simplesassim.wordpress.com/2014/04/02/how-to-receive-a-message-from-an-apache-activemq-queue-with-bigloo/";
 > rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
 >class="external-link" 
 >href="https://simplesassim.wordpress.com/2014/04/02/how-to-receive-a-message-from-an-apache-activemq-topic-with-bigloo/";
 > rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" rowspan="1" 
 >class="confluenceTd">Clojure</td><td colspan="1" rowspan="1" 
 >class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
 >class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
 >class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
 >class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
 >href="https://simplesassim.wordpress.com/2013/12/31/how-to-send-a-message-to-an-apache-activemq-queue-with-clojure/";
 > rel="nofollow">Send to Queue</a></li><li><a shape
 ="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-send-a-message-to-an-apache-activemq-topic-with-clojure/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-receive-a-message-from-an-apache-activemq-queue-with-clojure/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-receive-a-message-from-an-apache-activemq-topic-with-clojure/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" rowspan="1" 
class="confluenceTd">GNU CLISP</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="ext
 ernal-link" 
href="https://simplesassim.wordpress.com/2014/03/17/how-to-send-a-message-to-an-apache-activemq-queue-with-gnu-clisp/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/17/how-to-send-a-message-to-an-apache-activemq-topic-with-gnu-clisp/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/17/how-to-receive-a-message-from-an-apache-activemq-queue-with-gnu-clisp/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/17/how-to-receive-a-message-from-an-apache-activemq-topic-with-gnu-clisp/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" rowspan="1" 
class="confluenceTd">JScheme</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rows
 pan="1" class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/30/how-to-send-a-message-to-an-apache-activemq-queue-with-jscheme/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/30/how-to-send-a-message-to-an-apache-activemq-topic-with-jscheme/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/30/how-to-receive-a-message-from-an-apache-activemq-queue-with-jscheme/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/30/how-to-receive-a-message-from-an-apache-activemq-topic-with-jscheme/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan
 ="1" rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" rowspan="1" 
class="confluenceTd">Joxa</td><td colspan="1" rowspan="1" 
class="confluenceTd">BEAM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/11/how-to-send-a-message-to-an-apache-activemq-queue-with-joxa/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/11/how-to-send-a-message-to-an-apache-activemq-topic-with-joxa/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/11/how-to-receive-a-message-from-an-apache-activemq-queue-with-joxa/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" href="https://simplesas
 
sim.wordpress.com/2014/02/11/how-to-receive-a-message-from-an-apache-activemq-topic-with-joxa/"
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" rowspan="1" 
class="confluenceTd">Kawa</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/17/how-to-send-a-message-to-an-apache-activemq-queue-with-kawa/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/17/how-to-send-a-message-to-an-apache-activemq-topic-with-kawa/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/17/how-
 to-receive-a-message-from-an-apache-activemq-queue-with-kawa/" 
rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/17/how-to-receive-a-message-from-an-apache-activemq-topic-with-kawa/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" rowspan="1" 
class="confluenceTd">LFE</td><td colspan="1" rowspan="1" 
class="confluenceTd">BEAM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/11/how-to-send-a-message-to-an-apache-activemq-queue-with-lfe/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/11/how-to-send-a-message-to-an-apa
 che-activemq-topic-with-lfe/" rel="nofollow">Send to Topic</a></li><li><a 
shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/11/how-to-receive-a-message-from-an-apache-activemq-queue-with-lfe/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/11/how-to-receive-a-message-from-an-apache-activemq-topic-with-lfe/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" rowspan="1" 
class="confluenceTd">MIT/GNU Scheme</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/24/how-to-send-a-message-to-an-apache-activemq-queue-with-m
 itgnu-scheme/" rel="nofollow">Send to Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/24/how-to-send-a-message-to-an-apache-activemq-topic-with-mitgnu-scheme/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/25/how-to-receive-a-message-from-an-apache-activemq-queue-with-mitgnu-scheme/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/25/how-to-receive-a-message-from-an-apache-activemq-topic-with-mitgnu-scheme/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" rowspan="1" 
class="confluenceTd">Racket</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</
 td><td colspan="1" rowspan="1" class="confluenceTd"><ul><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/29/how-to-send-a-message-to-an-apache-activemq-queue-with-racket/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/29/how-to-send-a-message-to-an-apache-activemq-topic-with-racket/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/29/how-to-receive-a-message-from-an-apache-activemq-queue-with-racket/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/29/how-to-receive-a-message-from-an-apache-activemq-topic-with-racket/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Lisp</td><td colspan="1" rowspan="1" 
class="confluenceTd">SISC</td><td co
 lspan="1" rowspan="1" class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/06/how-to-send-a-message-to-an-apache-activemq-queue-with-sisc/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/06/how-to-send-a-message-to-an-apache-activemq-topic-with-sisc/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/06/how-to-receive-a-message-from-an-apache-activemq-queue-with-sisc/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/04/06/how-to-receive-a-message-from-an-apache-activemq-topic-with-sisc/";
 rel="nofollow
 ">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">Logo</td><td colspan="1" rowspan="1" 
class="confluenceTd">NetLogo</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/06/how-to-send-a-message-to-an-apache-activemq-queue-with-netlogo/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/06/how-to-send-a-message-to-an-apache-activemq-topic-with-netlogo/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/06/how-to-receive-a-message-from-an-apache-activemq-queue-with-netlogo/";
 rel="nofollow">Receive from Queue<
 /a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/12/06/how-to-receive-a-message-from-an-apache-activemq-topic-with-netlogo/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Lua</td><td colspan="1" rowspan="1" 
class="confluenceTd">Lua</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/13/how-to-send-a-message-to-an-apache-activemq-queue-with-lua/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/13/how-to-send-a-message-to-an-apache-activemq-topic-with-lua/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external
 -link" 
href="https://simplesassim.wordpress.com/2014/03/13/how-to-receive-a-message-from-an-apache-activemq-queue-with-lua/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/13/how-to-receive-a-message-from-an-apache-activemq-topic-with-lua/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Lua</td><td colspan="1" rowspan="1" 
class="confluenceTd">Luaj</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/25/how-to-send-a-message-to-an-apache-activemq-queue-with-luaj/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simpl
 
esassim.wordpress.com/2015/01/25/how-to-send-a-message-to-an-apache-activemq-topic-with-luaj/"
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/25/how-to-receive-a-message-from-an-apache-activemq-queue-with-luaj/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/25/how-to-receive-a-message-from-an-apache-activemq-topic-with-luaj/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">ML</td><td colspan="1" rowspan="1" 
class="confluenceTd">OCaml</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/02/21/
 how-to-send-a-message-to-an-apache-activemq-queue-with-ocaml/" 
rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/02/22/how-to-send-a-message-to-an-apache-activemq-topic-with-ocaml/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/02/22/how-to-receive-a-message-from-an-apache-activemq-queue-with-ocaml/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/02/22/how-to-receive-a-message-from-an-apache-activemq-topic-with-ocaml/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">ML</td><td colspan="1" rowspan="1" 
class="confluenceTd">OCaml-Java</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" cla
 ss="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/02/15/how-to-send-a-message-to-an-apache-activemq-queue-with-ocaml-java/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/02/15/how-to-send-a-message-to-an-apache-activemq-topic-with-ocaml-java/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/02/15/how-to-receive-a-message-from-an-apache-activemq-queue-with-ocaml-java/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/02/15/how-to-receive-a-message-from-an-apache-activemq-topic-with-ocaml-java/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Mirah</td><td colspan="1" row
 span="1" class="confluenceTd"><span>None</span></td><td colspan="1" 
rowspan="1" class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/30/how-to-send-a-message-to-an-apache-activemq-queue-with-mirah/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/30/how-to-send-a-message-to-an-apache-activemq-topic-with-mirah/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/30/how-to-receive-a-message-from-an-apache-activemq-queue-with-mirah/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/30/how-to-receive-a-me
 ssage-from-an-apache-activemq-topic-with-mirah/" rel="nofollow">Receive from 
Topic</a></li></ul></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">Perl</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>Perl 5</span></td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/08/how-to-send-a-message-to-an-apache-activemq-queue-with-perl-5/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/08/how-to-send-a-message-to-an-apache-activemq-topic-with-perl-5/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/08/how-to-receive-a-mess
 age-from-an-apache-activemq-queue-with-perl-5/" rel="nofollow">Receive from 
Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/08/how-to-receive-a-message-from-an-apache-activemq-topic-with-perl-5/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Pike</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/16/how-to-send-a-message-to-an-apache-activemq-queue-with-pike/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/16/how-to-send-a-me
 ssage-to-an-apache-activemq-topic-with-pike/" rel="nofollow">Send to 
Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/16/how-to-receive-a-message-from-an-apache-activemq-queue-with-pike/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/16/how-to-receive-a-message-from-an-apache-activemq-topic-with-pike/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Prolog</td><td colspan="1" rowspan="1" 
class="confluenceTd">JIProlog</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/14/how-to-send-a-message-to-an-apach
 e-activemq-queue-with-jiprolog/" rel="nofollow">Send to Queue</a></li><li><a 
shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/14/how-to-send-a-message-to-an-apache-activemq-topic-with-jiprolog/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/14/how-to-receive-a-message-from-an-apache-activemq-queue-with-jiprolog/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/14/how-to-receive-a-message-from-an-apache-activemq-topic-with-jiprolog/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Prolog</td><td colspan="1" rowspan="1" 
class="confluenceTd">Jekejeke Prolog</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluen
 ceTd">OpenWire</td><td colspan="1" rowspan="1" class="confluenceTd"><ul><li><a 
shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/26/how-to-send-a-message-to-an-apache-activemq-queue-with-jekejeke-prolog/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/26/how-to-send-a-message-to-an-apache-activemq-topic-with-jekejeke-prolog/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/26/how-to-receive-a-message-from-an-apache-activemq-queue-with-jekejeke-prolog/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/26/how-to-receive-a-message-from-an-apache-activemq-topic-with-jekejeke-prolog/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Prolog</td><td colspa
 n="1" rowspan="1" class="confluenceTd">tuProlog</td><td colspan="1" 
rowspan="1" class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/21/how-to-send-a-message-to-an-apache-activemq-queue-with-tuprolog/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/21/how-to-send-a-message-to-an-apache-activemq-topic-with-tuprolog/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/21/how-to-receive-a-message-from-an-apache-activemq-queue-with-tuprolog/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/21/how-to-rec
 eive-a-message-from-an-apache-activemq-topic-with-tuprolog/" 
rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Python</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/14/how-to-send-a-message-to-an-apache-activemq-queue-with-python/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/14/how-to-send-a-message-to-an-apache-activemq-topic-with-python/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/14/how-to-receive-a-message-from-an-ap
 ache-activemq-queue-with-python/" rel="nofollow">Receive from 
Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/14/how-to-receive-a-message-from-an-apache-activemq-topic-with-python/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Python</td><td colspan="1" rowspan="1" 
class="confluenceTd">Jython</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/30/how-to-send-a-message-to-an-apache-activemq-queue-with-jython/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/30/how-to-send-a-message-to-an-apache-activemq-topi
 c-with-jython/" rel="nofollow">Send to Topic</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/30/how-to-receive-a-message-from-an-apache-activemq-queue-with-jython/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/30/how-to-receive-a-message-from-an-apache-activemq-topic-with-jython/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">R</td><td colspan="1" rowspan="1" 
class="confluenceTd">GNU R</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/19/how-to-send-a-message-to-an-apache-activemq-queue-with-gnu-r/";
 rel
 ="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/19/how-to-send-a-message-to-an-apache-activemq-topic-with-gnu-r/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/19/how-to-receive-a-message-from-an-apache-activemq-queue-with-gnu-r/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/19/how-to-receive-a-message-from-an-apache-activemq-topic-with-gnu-r/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">R</td><td colspan="1" rowspan="1" 
class="confluenceTd">Renjin</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" class="confl
 uenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/31/how-to-send-a-message-to-an-apache-activemq-queue-with-renjin/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/31/how-to-send-a-message-to-an-apache-activemq-topic-with-renjin/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/31/how-to-receive-a-message-from-an-apache-activemq-queue-with-renjin/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/12/31/how-to-receive-a-message-from-an-apache-activemq-topic-with-renjin/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Rebol</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" class="
 confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/11/28/how-to-send-a-message-to-an-apache-activemq-queue-with-rebol/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/11/28/how-to-send-a-message-to-an-apache-activemq-topic-with-rebol/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/11/28/how-to-receive-a-message-from-an-apache-activemq-queue-with-rebol/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/11/28/how-to-receive-a-message-from-an-apache-activemq-topic-with-rebol/";
 rel="nofollow">Receive from Topic<
 /a></li></ul></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">Rexx</td><td colspan="1" rowspan="1" 
class="confluenceTd">BSF4ooRexx</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>Client Library</span></td><td colspan="1" 
rowspan="1" class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/21/how-to-send-a-message-to-an-apache-activemq-queue-with-bsf4oorexx/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/21/how-to-send-a-message-to-an-apache-activemq-topic-with-bsf4oorexx/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/22/how-to-receive-a-message-from-an-apache-activemq-queue-with-bsf4oorexx/";
 rel="nofollow">Receive from Qu
 eue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/22/how-to-receive-a-message-from-an-apache-activemq-topic-with-bsf4oorexx/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Rexx</td><td colspan="1" rowspan="1" 
class="confluenceTd">NetRexx</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/17/how-to-send-a-message-to-an-apache-activemq-queue-with-netrexx/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/17/how-to-send-a-message-to-an-apache-activemq-topic-with-netrexx/";
 rel="nofollow">Send to Topic</a></li><li><a
  shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/17/how-to-receive-a-message-from-an-apache-activemq-queue-with-netrexx/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/17/how-to-receive-a-message-from-an-apache-activemq-topic-with-netrexx/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Rexx</td><td colspan="1" rowspan="1" 
class="confluenceTd">ooRexx</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/21/how-to-send-a-message-to-an-apache-activemq-queue-with-oorexx/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="e
 xternal-link" 
href="https://simplesassim.wordpress.com/2014/08/21/how-to-send-a-message-to-an-apache-activemq-topic-with-oorexx/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/21/how-to-receive-a-message-from-an-apache-activemq-queue-with-oorexx/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/21/how-to-receive-a-message-from-an-apache-activemq-topic-with-oorexx/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Ruby</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" href=
 
"https://simplesassim.wordpress.com/2014/02/02/how-to-send-a-message-to-an-apache-activemq-queue-with-ruby/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/03/how-to-send-a-message-to-an-apache-activemq-topic-with-ruby/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/03/how-to-receive-a-message-from-an-apache-activemq-queue-with-ruby/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/03/how-to-receive-a-message-from-an-apache-activemq-topic-with-ruby/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Ruby</td><td colspan="1" rowspan="1" 
class="confluenceTd">Ruby on Rails</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" class="confluenceTd">C
 lient Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/27/how-to-send-a-message-to-an-apache-activemq-queue-with-ruby-on-rails/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/27/how-to-send-a-message-to-an-apache-activemq-topic-with-ruby-on-rails/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/27/how-to-receive-a-message-from-an-apache-activemq-queue-with-ruby-on-rails/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/27/how-to-receive-a-message-from-an-apache-activemq-topic-with-ruby-on-rails/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rows
 pan="1" class="confluenceTd">Ruby</td><td colspan="1" rowspan="1" 
class="confluenceTd">JRuby</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/30/how-to-send-a-message-to-an-apache-activemq-queue-with-jruby/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/30/how-to-send-a-message-to-an-apache-activemq-topic-with-jruby/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/30/how-to-receive-a-message-from-an-apache-activemq-queue-with-jruby/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" href="https://simplesassim
 
.wordpress.com/2013/12/30/how-to-receive-a-message-from-an-apache-activemq-topic-with-jruby/"
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Rust</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/16/how-to-send-a-message-to-an-apache-activemq-queue-with-rust/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/16/how-to-send-a-message-to-an-apache-activemq-topic-with-rust/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/
 2015/01/16/how-to-receive-a-message-from-an-apache-activemq-queue-with-rust/" 
rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2015/01/16/how-to-receive-a-message-from-an-apache-activemq-topic-with-rust/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Scala</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-send-a-message-to-an-apache-activemq-queue-with-scala/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/
 31/how-to-send-a-message-to-an-apache-activemq-topic-with-scala/" 
rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-receive-a-message-from-an-apache-activemq-queue-with-scala/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2013/12/31/how-to-receive-a-message-from-an-apache-activemq-topic-with-scala/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Smalltalk</td><td colspan="1" rowspan="1" 
class="confluenceTd">GNU Smalltalk</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/28/how-to-send-
 a-message-to-an-apache-activemq-queue-with-gnu-smalltalk/" rel="nofollow">Send 
to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/28/how-to-send-a-message-to-an-apache-activemq-topic-with-gnu-smalltalk/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/28/how-to-receive-a-message-from-an-apache-activemq-queue-with-gnu-smalltalk/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/28/how-to-receive-a-message-from-an-apache-activemq-topic-with-gnu-smalltalk/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Smalltalk</td><td colspan="1" rowspan="1" 
class="confluenceTd">Squeak</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Sockets</td><td colspan="1
 " rowspan="1" class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/30/how-to-send-a-message-to-an-apache-activemq-queue-with-squeak/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/30/how-to-send-a-message-to-an-apache-activemq-topic-with-squeak/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/30/how-to-receive-a-message-from-an-apache-activemq-queue-with-squeak/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/03/30/how-to-receive-a-message-from-an-apache-activemq-topic-with-squeak/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Tcl</td><td colspan="1" rowspan
 ="1" class="confluenceTd">Tcl/Tk</td><td colspan="1" rowspan="1" 
class="confluenceTd">None</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">STOMP</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/27/how-to-send-a-message-to-an-apache-activemq-queue-with-tcltk/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/27/how-to-send-a-message-to-an-apache-activemq-topic-with-tcltk/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/27/how-to-receive-a-message-from-an-apache-activemq-queue-with-tcltk/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/02/27/how-to-receive-a-message-from-an-apa
 che-activemq-topic-with-tcltk/" rel="nofollow">Receive from 
Topic</a></li></ul></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">Tcl</td><td colspan="1" rowspan="1" 
class="confluenceTd">Tcl/Java</td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/24/how-to-send-a-message-to-an-apache-activemq-queue-with-tcljava/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/24/how-to-send-a-message-to-an-apache-activemq-topic-with-tcljava/";
 rel="nofollow">Send to Topic</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/24/how-to-receive-a-message-from-an-apache-activemq-queue-with
 -tcljava/" rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/08/24/how-to-receive-a-message-from-an-apache-activemq-topic-with-tcljava/";
 rel="nofollow">Receive from Topic</a></li></ul></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd">Xtend</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>None</span></td><td colspan="1" rowspan="1" 
class="confluenceTd">JVM</td><td colspan="1" rowspan="1" 
class="confluenceTd">Client Library</td><td colspan="1" rowspan="1" 
class="confluenceTd">OpenWire</td><td colspan="1" rowspan="1" 
class="confluenceTd"><ul><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/01/how-to-send-a-message-to-an-apache-activemq-queue-with-xtend/";
 rel="nofollow">Send to Queue</a></li><li><a shape="rect" class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/01/how-to-send-a-message-to-an-apache-activemq-topic-with-xtend/
 " rel="nofollow">Send to Topic</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/01/how-to-receive-a-message-from-an-apache-activemq-queue-with-xtend/";
 rel="nofollow">Receive from Queue</a></li><li><a shape="rect" 
class="external-link" 
href="https://simplesassim.wordpress.com/2014/01/01/how-to-receive-a-message-from-an-apache-activemq-topic-with-xtend/";
 rel="nofollow">Receive from 
Topic</a></li></ul></td></tr></tbody></table></div></div>

[... 5 lines stripped ...]

Reply via email to