[rabbitmq-discuss] RabbitMQ and Powershell via PoshRabbit, not working correctly
Emile Joubert
emile at rabbitmq.com
Tue Jul 17 11:33:53 BST 2012
Hi,
On 17/07/12 10:46, JoeyAdmin wrote:
> $a=@{
> hostname = 'localhost';
> exchange = 'posh';
> routingkey = 'prefix.#';
> };
> publish-string @a -message 'hoi';
I think you have used different snippets together incorrectly. The
example from the blog has a valid publishing routing key:
routingkey = 'prefix.batch-0_o';
I found that here:
http://www.beefycode.com/post/consuming-rabbitmq-messages-in-powershell.aspx
-Emile
More information about the rabbitmq-discuss
mailing list