[rabbitmq-discuss] Install a plugin in the broker

Félix López jaaaelpumuki at gmail.com
Fri Aug 3 09:54:50 BST 2012


You we're right!!!!! absolutely right!! Thank you very much, that was the
problem. I'm going to explain how I did the checkout so other people can
avoid make this mistake:

First I did: hg clone http://hg.rabbitmq.com/rabbitmq-public-umbrella/
Then: cd rabbitmq-public-umbrella
next: hg checkout rabbitmq_v2_8_5
next:  make co

And that's it, I thought that when this all the projects inside the
rabbitmq-public-umbrella
would be from the same tag/branch, but apparently they don't, so you have
to enter in the rabbitmq-server and do hg checkout rabbitmq_v2_8_5

I really appreciate the time you devote to this.

2012/8/3 Félix López <jaaaelpumuki at gmail.com>

> Let me check.
>
> Regarding the throttling:
> It's a temporary solution, I'd like to try to do good one with credit
> flow, but later.
>
> It preserves the order in what they arrive, so when a message for the
> exchange Test1 arrives a process is spawned with a timeout, the next
> message for the same exchange takes into that time, so it calculates its
> timeout basing on it.
>
> About the rate limit with multiple concurrent publishers, why not? It
> stores the next timeout in a transaction, so the next message should
> calculate its timeout taking into account the previous message.
>
> and thanks for the answers, they're very helpful for  understanding how
> rabbitmq works.
>
> 2012/8/3 Matthias Radestock <matthias at rabbitmq.com>
>
>> On 03/08/12 09:31, Félix López wrote:
>>
>>> I'm with the tag
>>> 2b15e92cadcd (rabbitmq_v2_8_x) rabbitmq_v2_8_5
>>>
>>
>> That's the public-umbrella revision. Are you sure that you are on the
>> 2.8.5 branch *for all the sub repositories*, in particular rabbitmq-server?
>>
>> Matthias.
>>
>
>
>
> --
> http://www.linkedin.com/in/flopezluis
>
> It's easier to ask forgiveness than it is to get permission
>
>
> ".....it doesn't matter how many times you fail. It doesn't matter how
> many times you almost get it right. No one is going to know or care about
> your failures, and either should you. All you have to do is learn from them
> and those around you because...All that matters in business is that you get
> it right once. Then everyone can tell you how lucky you are."
> --Mark Cuban"
>
> "Always be the worst guy in every band you're in." If you're the best guy
> there, you need to be in a different band. And I think that works for
> almost everything that's out there as well." Pat Metheny
>



-- 
http://www.linkedin.com/in/flopezluis

It's easier to ask forgiveness than it is to get permission


".....it doesn't matter how many times you fail. It doesn't matter how many
times you almost get it right. No one is going to know or care about your
failures, and either should you. All you have to do is learn from them and
those around you because...All that matters in business is that you get it
right once. Then everyone can tell you how lucky you are."
--Mark Cuban"

"Always be the worst guy in every band you're in." If you're the best guy
there, you need to be in a different band. And I think that works for
almost everything that's out there as well." Pat Metheny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120803/b02081f0/attachment.htm>


More information about the rabbitmq-discuss mailing list