[rabbitmq-discuss] Feature Req / Bug list

Michael Klishin michael at rabbitmq.com
Mon Oct 28 19:18:16 GMT 2013


On 28 Oct 2013, at 23:00, Graeme N <graeme at sudo.ca> wrote:

> With a queue called "test", it was enough with amqp-publish to set the routing key to "test", and messages would get delivered to that queue.

This means that amqp-publish uses default exchange for publishing. PerfTest can use any exchange.

> However, with this tool, I can see messages being delivered to the cluster, but they never make it to the queue or are retained there:
> 
> ./runjava.sh com.rabbitmq.examples.PerfTest -k "test" -C 100000 -x 1 -y 0 -s 4 -f persistent

Add -e “” -t “direct” to publish using default exchange.

Perhaps PerfTest should use default exchange unless exchange name is provided.

MK


More information about the rabbitmq-discuss mailing list