blob: 54c86ecdea11ef965996a6e63c8043be47d46d05 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>activemq-cpp-3.4.0: src/main/activemq/core/ActiveMQConsumer.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">activemq-cpp-3.4.0</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
initNavTree('_active_m_q_consumer_8h.html','');
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<h1>src/main/activemq/core/ActiveMQConsumer.h</h1> </div>
</div>
<div class="contents">
<a href="_active_m_q_consumer_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
<a name="l00003"></a>00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
<a name="l00004"></a>00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
<a name="l00005"></a>00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<a name="l00006"></a>00006 <span class="comment"> * (the &quot;License&quot;); you may not use this file except in compliance with</span>
<a name="l00007"></a>00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
<a name="l00010"></a>00010 <span class="comment"> *</span>
<a name="l00011"></a>00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
<a name="l00012"></a>00012 <span class="comment"> * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span>
<a name="l00013"></a>00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00014"></a>00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
<a name="l00015"></a>00015 <span class="comment"> * limitations under the License.</span>
<a name="l00016"></a>00016 <span class="comment"> */</span>
<a name="l00017"></a>00017 <span class="preprocessor">#ifndef _ACTIVEMQ_CORE_ACTIVEMQCONSUMER_H_</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define _ACTIVEMQ_CORE_ACTIVEMQCONSUMER_H_</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;cms/MessageConsumer.h&gt;</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;cms/MessageListener.h&gt;</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;cms/Message.h&gt;</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;cms/CMSException.h&gt;</span>
<a name="l00024"></a>00024
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;activemq/util/Config.h&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;activemq/exceptions/ActiveMQException.h&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;activemq/commands/ConsumerInfo.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;activemq/commands/MessageAck.h&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;activemq/commands/MessageDispatch.h&gt;</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;activemq/core/Dispatcher.h&gt;</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;activemq/core/RedeliveryPolicy.h&gt;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;activemq/core/MessageDispatchChannel.h&gt;</span>
<a name="l00033"></a>00033
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;decaf/util/concurrent/atomic/AtomicBoolean.h&gt;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &lt;decaf/lang/Pointer.h&gt;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;decaf/util/concurrent/Mutex.h&gt;</span>
<a name="l00037"></a>00037
<a name="l00038"></a>00038 <span class="keyword">namespace </span>activemq{
<a name="l00039"></a>00039 <span class="keyword">namespace </span>core{
<a name="l00040"></a>00040
<a name="l00041"></a>00041 <span class="keyword">using</span> <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">decaf::lang::Pointer</a>;
<a name="l00042"></a>00042 <span class="keyword">using</span> <a class="code" href="classdecaf_1_1util_1_1concurrent_1_1atomic_1_1_atomic_boolean.html" title="A boolean value that may be updated atomically.">decaf::util::concurrent::atomic::AtomicBoolean</a>;
<a name="l00043"></a>00043
<a name="l00044"></a>00044 <span class="keyword">class </span>ActiveMQSession;
<a name="l00045"></a>00045 <span class="keyword">class </span>ActiveMQConsumerMembers;
<a name="l00046"></a>00046
<a name="l00047"></a><a class="code" href="classactivemq_1_1core_1_1_active_m_q_consumer.html">00047</a> <span class="keyword">class </span><a class="code" href="activemq_2util_2_config_8h.html#acbd131a10f5c91fc363bbb90be74faff">AMQCPP_API</a> <a class="code" href="classactivemq_1_1core_1_1_active_m_q_consumer.html">ActiveMQConsumer</a> : <span class="keyword">public</span> cms::MessageConsumer,
<a name="l00048"></a>00048 <span class="keyword">public</span> <a class="code" href="classactivemq_1_1core_1_1_dispatcher.html" title="Interface for an object responsible for dispatching messages to consumers.">Dispatcher</a>
<a name="l00049"></a>00049 {
<a name="l00050"></a>00050 <span class="keyword">private</span>:
<a name="l00051"></a>00051
<a name="l00055"></a>00055 ActiveMQConsumerMembers* <span class="keyword">internal</span>;
<a name="l00056"></a>00056
<a name="l00060"></a>00060 <a class="code" href="classactivemq_1_1core_1_1_active_m_q_session.html">ActiveMQSession</a>* session;
<a name="l00061"></a>00061
<a name="l00065"></a>00065 <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;commands::ConsumerInfo&gt;</a> consumerInfo;
<a name="l00066"></a>00066
<a name="l00067"></a>00067 <span class="keyword">private</span>:
<a name="l00068"></a>00068
<a name="l00069"></a>00069 <a class="code" href="classactivemq_1_1core_1_1_active_m_q_consumer.html">ActiveMQConsumer</a>( <span class="keyword">const</span> <a class="code" href="classactivemq_1_1core_1_1_active_m_q_consumer.html">ActiveMQConsumer</a>&amp; );
<a name="l00070"></a>00070 <a class="code" href="classactivemq_1_1core_1_1_active_m_q_consumer.html">ActiveMQConsumer</a>&amp; operator= ( <span class="keyword">const</span> <a class="code" href="classactivemq_1_1core_1_1_active_m_q_consumer.html">ActiveMQConsumer</a>&amp; );
<a name="l00071"></a>00071
<a name="l00072"></a>00072 <span class="keyword">public</span>:
<a name="l00073"></a>00073
<a name="l00077"></a>00077 <a class="code" href="classactivemq_1_1core_1_1_active_m_q_consumer.html">ActiveMQConsumer</a>( <a class="code" href="classactivemq_1_1core_1_1_active_m_q_session.html">ActiveMQSession</a>* session,
<a name="l00078"></a>00078 <span class="keyword">const</span> <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;commands::ConsumerId&gt;</a>&amp; <span class="keywordtype">id</span>,
<a name="l00079"></a>00079 <span class="keyword">const</span> <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;commands::ActiveMQDestination&gt;</a>&amp; destination,
<a name="l00080"></a>00080 <span class="keyword">const</span> std::string&amp; name,
<a name="l00081"></a>00081 <span class="keyword">const</span> std::string&amp; selector,
<a name="l00082"></a>00082 <span class="keywordtype">int</span> prefetch,
<a name="l00083"></a>00083 <span class="keywordtype">int</span> maxPendingMessageCount,
<a name="l00084"></a>00084 <span class="keywordtype">bool</span> noLocal,
<a name="l00085"></a>00085 <span class="keywordtype">bool</span> browser,
<a name="l00086"></a>00086 <span class="keywordtype">bool</span> dispatchAsync,
<a name="l00087"></a>00087 <a class="code" href="classcms_1_1_message_listener.html" title="A MessageListener object is used to receive asynchronously delivered messages.">cms::MessageListener</a>* listener );
<a name="l00088"></a>00088
<a name="l00089"></a>00089 <span class="keyword">virtual</span> ~<a class="code" href="classactivemq_1_1core_1_1_active_m_q_consumer.html">ActiveMQConsumer</a>() <span class="keywordflow">throw</span>();
<a name="l00090"></a>00090
<a name="l00091"></a>00091 <span class="keyword">public</span>: <span class="comment">// Interface Implementation</span>
<a name="l00092"></a>00092
<a name="l00093"></a>00093 <span class="keyword">virtual</span> <span class="keywordtype">void</span> start();
<a name="l00094"></a>00094
<a name="l00095"></a>00095 <span class="keyword">virtual</span> <span class="keywordtype">void</span> stop();
<a name="l00096"></a>00096
<a name="l00097"></a>00097 <span class="keyword">virtual</span> <span class="keywordtype">void</span> close();
<a name="l00098"></a>00098
<a name="l00099"></a>00099 <span class="keyword">virtual</span> <a class="code" href="classcms_1_1_message.html" title="Root of all messages.">cms::Message</a>* receive();
<a name="l00100"></a>00100
<a name="l00101"></a>00101 <span class="keyword">virtual</span> <a class="code" href="classcms_1_1_message.html" title="Root of all messages.">cms::Message</a>* receive( <span class="keywordtype">int</span> millisecs );
<a name="l00102"></a>00102
<a name="l00103"></a>00103 <span class="keyword">virtual</span> <a class="code" href="classcms_1_1_message.html" title="Root of all messages.">cms::Message</a>* receiveNoWait();
<a name="l00104"></a>00104
<a name="l00105"></a>00105 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setMessageListener( <a class="code" href="classcms_1_1_message_listener.html" title="A MessageListener object is used to receive asynchronously delivered messages.">cms::MessageListener</a>* listener );
<a name="l00106"></a>00106
<a name="l00107"></a>00107 <span class="keyword">virtual</span> <a class="code" href="classcms_1_1_message_listener.html" title="A MessageListener object is used to receive asynchronously delivered messages.">cms::MessageListener</a>* getMessageListener() <span class="keyword">const</span>;
<a name="l00108"></a>00108
<a name="l00109"></a>00109 <span class="keyword">virtual</span> std::string getMessageSelector() <span class="keyword">const</span>;
<a name="l00110"></a>00110
<a name="l00111"></a>00111 <span class="keyword">virtual</span> <span class="keywordtype">void</span> acknowledge( <span class="keyword">const</span> <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;commands::MessageDispatch&gt;</a>&amp; dispatch );
<a name="l00112"></a>00112
<a name="l00113"></a>00113 <span class="keyword">public</span>: <span class="comment">// Dispatcher Methods</span>
<a name="l00114"></a>00114
<a name="l00115"></a>00115 <span class="keyword">virtual</span> <span class="keywordtype">void</span> dispatch( <span class="keyword">const</span> <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;MessageDispatch&gt;</a>&amp; message );
<a name="l00116"></a>00116
<a name="l00117"></a>00117 <span class="keyword">public</span>: <span class="comment">// ActiveMQConsumer Methods</span>
<a name="l00118"></a>00118
<a name="l00124"></a>00124 <span class="keywordtype">void</span> acknowledge();
<a name="l00125"></a>00125
<a name="l00131"></a>00131 <span class="keywordtype">void</span> commit();
<a name="l00132"></a>00132
<a name="l00138"></a>00138 <span class="keywordtype">void</span> rollback();
<a name="l00139"></a>00139
<a name="l00145"></a>00145 <span class="keywordtype">void</span> doClose();
<a name="l00146"></a>00146
<a name="l00152"></a>00152 <span class="keywordtype">void</span> dispose();
<a name="l00153"></a>00153
<a name="l00158"></a>00158 <span class="keyword">const</span> <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;commands::ConsumerInfo&gt;</a>&amp; getConsumerInfo() <span class="keyword">const</span>;
<a name="l00159"></a>00159
<a name="l00164"></a>00164 <span class="keyword">const</span> <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;commands::ConsumerId&gt;</a>&amp; getConsumerId() <span class="keyword">const</span>;
<a name="l00165"></a>00165
<a name="l00169"></a>00169 <span class="keywordtype">bool</span> isClosed() <span class="keyword">const</span>;
<a name="l00170"></a>00170
<a name="l00175"></a>00175 <span class="keywordtype">bool</span> isSynchronizationRegistered() <span class="keyword">const</span> ;
<a name="l00176"></a>00176
<a name="l00181"></a>00181 <span class="keywordtype">void</span> setSynchronizationRegistered( <span class="keywordtype">bool</span> value );
<a name="l00182"></a>00182
<a name="l00188"></a>00188 <span class="keywordtype">bool</span> iterate();
<a name="l00189"></a>00189
<a name="l00195"></a>00195 <span class="keywordtype">void</span> deliverAcks();
<a name="l00196"></a>00196
<a name="l00200"></a>00200 <span class="keywordtype">void</span> clearMessagesInProgress();
<a name="l00201"></a>00201
<a name="l00206"></a>00206 <span class="keywordtype">void</span> inProgressClearRequired();
<a name="l00207"></a>00207
<a name="l00213"></a>00213 <span class="keywordtype">long</span> <span class="keywordtype">long</span> getLastDeliveredSequenceId() <span class="keyword">const</span>;
<a name="l00214"></a>00214
<a name="l00221"></a>00221 <span class="keywordtype">void</span> setLastDeliveredSequenceId( <span class="keywordtype">long</span> <span class="keywordtype">long</span> value );
<a name="l00222"></a>00222
<a name="l00226"></a>00226 <span class="keywordtype">int</span> getMessageAvailableCount() <span class="keyword">const</span>;
<a name="l00227"></a>00227
<a name="l00237"></a>00237 <span class="keywordtype">void</span> setRedeliveryPolicy( <a class="code" href="classactivemq_1_1core_1_1_redelivery_policy.html" title="Interface for a RedeliveryPolicy object that controls how message Redelivery is handled in ActiveMQ-C...">RedeliveryPolicy</a>* policy );
<a name="l00238"></a>00238
<a name="l00245"></a>00245 <a class="code" href="classactivemq_1_1core_1_1_redelivery_policy.html" title="Interface for a RedeliveryPolicy object that controls how message Redelivery is handled in ActiveMQ-C...">RedeliveryPolicy</a>* getRedeliveryPolicy() <span class="keyword">const</span>;
<a name="l00246"></a>00246
<a name="l00253"></a>00253 <span class="keywordtype">void</span> setFailureError( <a class="code" href="classdecaf_1_1lang_1_1_exception.html">decaf::lang::Exception</a>* error );
<a name="l00254"></a>00254
<a name="l00261"></a>00261 <a class="code" href="classdecaf_1_1lang_1_1_exception.html">decaf::lang::Exception</a>* getFailureError() <span class="keyword">const</span>;
<a name="l00262"></a>00262
<a name="l00263"></a>00263 <span class="keyword">protected</span>:
<a name="l00264"></a>00264
<a name="l00280"></a>00280 <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;MessageDispatch&gt;</a> dequeue( <span class="keywordtype">long</span> <span class="keywordtype">long</span> timeout );
<a name="l00281"></a>00281
<a name="l00286"></a>00286 <span class="keywordtype">void</span> beforeMessageIsConsumed(
<a name="l00287"></a>00287 <span class="keyword">const</span> <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;commands::MessageDispatch&gt;</a>&amp; dispatch );
<a name="l00288"></a>00288
<a name="l00294"></a>00294 <span class="keywordtype">void</span> afterMessageIsConsumed(
<a name="l00295"></a>00295 <span class="keyword">const</span> <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;commands::MessageDispatch&gt;</a>&amp; dispatch, <span class="keywordtype">bool</span> messageExpired );
<a name="l00296"></a>00296
<a name="l00297"></a>00297 <span class="keyword">private</span>:
<a name="l00298"></a>00298
<a name="l00299"></a>00299 <span class="comment">// Using options from the Destination URI override any settings that are</span>
<a name="l00300"></a>00300 <span class="comment">// defined for this consumer.</span>
<a name="l00301"></a>00301 <span class="keywordtype">void</span> applyDestinationOptions( <span class="keyword">const</span> <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;commands::ConsumerInfo&gt;</a>&amp; info );
<a name="l00302"></a>00302
<a name="l00303"></a>00303 <span class="comment">// If supported sends a message pull request to the service provider asking</span>
<a name="l00304"></a>00304 <span class="comment">// for the delivery of a new message. This is used in the case where the</span>
<a name="l00305"></a>00305 <span class="comment">// service provider has been configured with a zero prefetch or is only</span>
<a name="l00306"></a>00306 <span class="comment">// capable of delivering messages on a pull basis. No request is made if</span>
<a name="l00307"></a>00307 <span class="comment">// there are already messages in the unconsumed queue since there&#39;s no need</span>
<a name="l00308"></a>00308 <span class="comment">// for a server round-trip in that instance.</span>
<a name="l00309"></a>00309 <span class="keywordtype">void</span> sendPullRequest( <span class="keywordtype">long</span> <span class="keywordtype">long</span> timeout );
<a name="l00310"></a>00310
<a name="l00311"></a>00311 <span class="comment">// Checks for the closed state and throws if so.</span>
<a name="l00312"></a>00312 <span class="keywordtype">void</span> checkClosed() <span class="keyword">const</span>;
<a name="l00313"></a>00313
<a name="l00314"></a>00314 <span class="comment">// Sends an ack as needed in order to keep them coming in if the current</span>
<a name="l00315"></a>00315 <span class="comment">// ack mode allows the consumer to receive up to the prefetch limit before</span>
<a name="l00316"></a>00316 <span class="comment">// an real ack is sent.</span>
<a name="l00317"></a>00317 <span class="keywordtype">void</span> ackLater( <span class="keyword">const</span> <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;commands::MessageDispatch&gt;</a>&amp; message, <span class="keywordtype">int</span> ackType );
<a name="l00318"></a>00318
<a name="l00319"></a>00319 <span class="comment">// Create an Ack Message that acks all messages that have been delivered so far.</span>
<a name="l00320"></a>00320 <a class="code" href="classdecaf_1_1lang_1_1_pointer.html" title="Decaf&amp;#39;s implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the ...">Pointer&lt;commands::MessageAck&gt;</a> makeAckForAllDeliveredMessages( <span class="keywordtype">int</span> type );
<a name="l00321"></a>00321
<a name="l00322"></a>00322 <span class="comment">// Should Acks be sent on each dispatched message</span>
<a name="l00323"></a>00323 <span class="keywordtype">bool</span> isAutoAcknowledgeEach() <span class="keyword">const</span>;
<a name="l00324"></a>00324
<a name="l00325"></a>00325 <span class="comment">// Can Acks be batched for less network overhead.</span>
<a name="l00326"></a>00326 <span class="keywordtype">bool</span> isAutoAcknowledgeBatch() <span class="keyword">const</span>;
<a name="l00327"></a>00327
<a name="l00328"></a>00328 };
<a name="l00329"></a>00329
<a name="l00330"></a>00330 }}
<a name="l00331"></a>00331
<a name="l00332"></a>00332 <span class="preprocessor">#endif </span><span class="comment">/*_ACTIVEMQ_CORE_ACTIVEMQCONSUMER_H_*/</span>
</pre></div></div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="_active_m_q_consumer_8h.html">ActiveMQConsumer.h</a> </li>
<li class="footer">Generated on Mon Apr 25 2011 for activemq-cpp-3.4.0 by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
</ul>
</div>
</body>
</html>