[rabbitmq-discuss] problem with new persiter with 1000 topics/queues

David Wragg david at rabbitmq.com
Wed Aug 25 10:58:56 BST 2010


Matthias Radestock <matthias at rabbitmq.com> writes:
> alex chen wrote:
>> this could be the amqp_producer.c in rabbitmq-c/examples.  simply
>> modify the code to accept the topic name and message size from
>> command line.
>
> Please send us the modified code.

Alex: The amqp-publish program in the tools directory should be able to
accomplish the same thing without code changes.

Do something like:

dd if=/dev/zero of=/tmp/test-data count=1 bs=LENGTH
ampq-publish -e EXCHANGE -r TOPIC </tmp/test-data

David

-- 
David Wragg
Staff Engineer, RabbitMQ
SpringSource, a division of VMware


More information about the rabbitmq-discuss mailing list