<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Have you looked at "basicConsume" on the Channel object?<div><br><div><a href="http://www.rabbitmq.com/releases/rabbitmq-java-client/v1.8.0/rabbitmq-java-client-javadoc-1.8.0/com/rabbitmq/client/Channel.html">http://www.rabbitmq.com/releases/rabbitmq-java-client/v1.8.0/rabbitmq-java-client-javadoc-1.8.0/com/rabbitmq/client/Channel.html</a></div><div><br></div><div>Or do you mean: "more specifically, how do you manage multi-threading issues when managing consumers"?</div><div><br></div><div>The latter is a black hole of a topic. :)</div><div><br></div><div><a href="http://www.rabbitmq.com/releases/rabbitmq-java-client/v1.8.0/rabbitmq-java-client-javadoc-1.8.0/com/rabbitmq/client/Channel.html"></a>The API guide, though Spartan, is a good starting point:</div><div><a href="http://www.rabbitmq.com/api-guide.html#consuming">http://www.rabbitmq.com/api-guide.html#consuming</a></div><div><div>
<div><div><br>Jon&nbsp;Brisbin</div><div>Portal&nbsp;Webmaster</div><div>NPC&nbsp;International,&nbsp;Inc.</div><br></div><br class="Apple-interchange-newline">
</div>
<br><div><div>On Aug 9, 2010, at 1:15 PM, archana v wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">i declare something like this<div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span> &lt;servlet&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;servlet-name&gt;MQListenerServlet&lt;/servlet-name&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;display-name&gt;MQListenerServlet&lt;/display-name&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;servlet-class&gt;com.ssmi.admin.MQ.MQListenerTest&lt;/servlet-class&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;load-on-startup&gt;6&lt;/load-on-startup&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/servlet&gt;</div>
<div><br></div><div><br></div><div>but in my class file i am not sure as to how to declare the listner. Should i use the java Thread or is there a default method like addlistener or somethin in rabbit MQ.</div><br><div class="gmail_quote">
On Mon, Aug 9, 2010 at 1:52 PM, Jon Brisbin <span dir="ltr">&lt;<a href="mailto:jon.brisbin@npcinternational.com">jon.brisbin@npcinternational.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word"><div class="im"><div>On Aug 9, 2010, at 12:47 PM, archana v wrote:</div></div><div><div class="im"><br><blockquote type="cite">Thanks for your reply.I&nbsp;&nbsp;am not using spring..&nbsp;I am trying to configure it at servlet init. But it doesn seem to work. I dont know if my method of declaring the listener is right. It would be helpful if you could send me some samples.</blockquote>
<div><br></div></div>Sorry, I don't have any example of using servlet init because I use Spring.</div><div><br></div><div>Maybe you could show a little of what you're trying to do?</div><div><br></div><div>Are you including &lt;load-on-startup&gt;1&lt;/load-on-startup&gt; in your servlet init?</div>
<div><br></div><font color="#888888"><div>jb</div></font><div class="im"><div><br></div><div><br><blockquote type="cite"><div>
<br></div><div><br></div><div>Thanks and Regards,</div><div>Archana&nbsp;<br><br><div class="gmail_quote">On Mon, Aug 9, 2010 at 1:43 PM, Jon Brisbin <span dir="ltr">&lt;<a href="mailto:jon.brisbin@npcinternational.com" target="_blank">jon.brisbin@npcinternational.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">There's actually a lot of ways to go about this:<div><br></div><div>1) If you're using Spring, then just configure a bean in your app-context.xml.&nbsp;</div>

<div><br></div><div>2) You could use the new spring-amqp classes:&nbsp;<a href="http://www.springsource.org/spring-amqp" target="_blank">http://www.springsource.org/spring-amqp</a><div><br></div><div><a href="http://www.springsource.org/spring-amqp" target="_blank"></a>3) You could manually configure them from the servlet init method.</div>

<div><br></div><div>I also run listeners that integrate with the Tomcat server. You can configure them in different ways depending on the context. You could set up a global naming resource, or you could scope it to your web application by putting it in META-INF/context.xml:&nbsp;<a href="http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html" target="_blank">http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html</a><br>

<div>
<div><div><br>Jon&nbsp;Brisbin</div><div>Portal&nbsp;Webmaster</div><div>NPC&nbsp;International,&nbsp;Inc.</div><br></div><br>
</div>
<br><div><div><div></div><div><div>On Aug 9, 2010, at 11:33 AM, archana v wrote:</div><br></div></div><blockquote type="cite"><div><div></div><div><span style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">Hi All,</span><div style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">

<br></div><div style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">I am new to rabbit-mq. I would like to know &nbsp;how to start a MQ listner(Java Client) to listen to a queue at the application start up. &nbsp;I am deploying my application in tomcat server.</div>

<span style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">
</span><div style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">Thanks in advance for your help.</div><div style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse"><br></div>

<div style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse"><br></div><div style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">Thanks and Regards,</div><div style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">

Archana&nbsp;</div></div></div>
_______________________________________________<br>rabbitmq-discuss mailing list<br><a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.rabbitmq.com</a><br><a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>

</blockquote></div><br></div></div></div></blockquote></div><br></div>
</blockquote></div><br></div></div></blockquote></div><br></div>
</blockquote></div><br></div></div></body></html>