[rabbitmq-discuss] How to do performance testing for large number of messages?

vishy vishalsodani at gmail.com
Mon Feb 28 08:45:06 GMT 2011


That is the way it has been implemented. It is our first RabbitMQ
installation. Do you have any other ideas? I am open to suggestions.

On Feb 25, 8:56 pm, Alexis Richardson <ale... at rabbitmq.com> wrote:
> Vishy
>
> Why do you need just one queue for this?
>
> alexis
>
>
>
> On Fri, Feb 25, 2011 at 3:55 PM, Marek Majkowski <maje... at gmail.com> wrote:
> > On Fri, Feb 25, 2011 at 04:13, vishy <vishalsod... at gmail.com> wrote:
> >> I have various clients(dotnet application) who are sending messages to
> >> RabbitMQ. We have a queue to which messages are forwarded. A consumer
> >> reads from the queue, and forwards it to a SMS Gateway. The message is
> >> sent using pysmpp library.  Our goal is to be able to process 100000msg
> >> \second. Can one queue handle so many messages?
>
> > Take a look at 0MQ (zeromq).
>
> >> I also need some
> >> guidance on how to go about testing and improving performance - what
> >> parameters to look at etc?.
>
> > Benchmarking is generally hard, the only way to benchmark if your application
> > will be fast enough is to build the application and benchmark it end-to-end.
> > In most cases you're going to hit other bottlenecks before saturating Rabbit.
>
> > Cheers,
> >  Marek
> > _______________________________________________
> > rabbitmq-discuss mailing list
> > rabbitmq-disc... at lists.rabbitmq.com
> >https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-disc... at lists.rabbitmq.comhttps://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list