<div>slightly better info here: <a href="http://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.consume.consumer-tag">http://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.consume.consumer-tag</a></div><div><br>"The consumer tag is local to a channel" -- so we're talking about identifying one consumer, of many listenning in to a single channel? <br>
<br>If we've got a field/tag for a particular consumer (even one on the same channel), perhaps it'd be nice to have a publisher-tag as well. i.e. issolate a particular publisher for tracing purposes. reply-to merely distinguishes the queue.</div>
<div> </div><div>Maybe I could use "IDictionary arguments" could be used for this instead? I've ignored "arguments" up until now.</div><div> </div><div>thanks,<br>-Steven<br> </div><div class="gmail_quote">
On 21 May 2011 12:33, Steven Taylor <span dir="ltr"><<a href="mailto:taylste@gmail.com">taylste@gmail.com</a>></span> wrote:<br><blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">
<div><font size="4">also, what's consumerTag? Best I could find on it is, "The ConsumerTag property of DefaultBasicConsumer can be used to retrieve the server-generated consumer tag, in cases where none was supplied to the original IModel.BasicConsume call."</font></div>
<div><font size="4"></font> </div><div><font size="4">Does that say I can uniquely identify the client, or alternatively the server... or make some other miscellaneous use out of it? It'd be nice if the protocol gurus could put a few notes in about intention, or how the concept originated.</font></div>
<div><font size="4"></font><font size="4"></font> </div><div><font size="4">thanks,</font></div><div><font size="4">-Steven<font color="#888888"><br></font></font></div><div><div></div><div class="h5"><div class="gmail_quote">
On 21 May 2011 12:14, Steven Taylor <span dir="ltr"><<a href="mailto:taylste@gmail.com" target="_blank">taylste@gmail.com</a>></span> wrote:<br>
<blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote"><p>Hi,</p><p>just upgrading from 2.2 to 2.4.1. Would noAck typically be set to "false" in prior versions for BasicConsume? </p>
<div> BasicConsume(string queue, bool noAck, string consumerTag, IBasicConsumer consumer)<br>
<br>Also, seems like you've snuck in some nice features into the patterns area like EventingBasicConsumer (thanks Simone for your example on this... otherwise I wouldn't have known about it). How are you Rabbit folk currently making announcements about new features?</div>
<div><br><font color="#888888">-Steven</font></div>
</blockquote></div><br>
</div></div></blockquote></div><br>