[rabbitmq-discuss] Help with shovel plug-in

Vlad Alexandru Ionescu vlad at rabbitmq.com
Thu Sep 9 14:16:24 BST 2010


Hi,


The shovel uses the Erlang client, which is currently broken with the 
latest version of the server.
Try using the rabbitmq_v2_0_0 version:

hg clone http://hg.rabbitmq.com/rabbitmq-public-umbrella
cd rabbitmq-public-umbrella
make checkout
hg update -r rabbitmq_v2_0_0 -R rabbitmq-server
hg update -r rabbitmq_v2_0_0 -R rabbitmq-codegen
hg update -r rabbitmq_v2_0_0 -R rabbitmq-erlang-client
make -C rabbitmq-erlang-client
cd rabbitmq-shovel
make


That should build you the rabbitmq-shovel plugin correctly, which you 
can use.

Let us know if that doesn't work either.


Rgds,
Vlad.




On 09/09/2010 02:02 PM, Paulo Machado wrote:
>  Hi everyone,
>
> sorry to bother with a total newbie doubts, but that's what I am, 
> concerning rabbitmq/EMS. I've looked to the mailing list archive and 
> couldn't find no help, so here I am.
> So, to the point, I need to configure two brokers one of them 
> shoveling messages to the other, but I can manage to make it work. The 
> current setup is (on both brokers):
> - erlang R13B04
> - rabbitmq sources up to date (repo clone)
> - shovel plug-in up to date (repo clone)
> The rabbitmq works out of the box (after compiling...), but not when I 
> try to use shoveling. I used the README file in the shovel plugin repo 
> as guide, and I'm using the java-rabbitmq-client examples to test it. 
> And when I call the producer with explicit destination (i.e. IP or 
> hostname) it works, so I can conclude is not a network issue. Also, 
> when I start the brokers it show the shovel_plugin as an active 
> plug-in. So my questions are:
> - do I need to install any other plugin?
> - how can I debug/log the broker activity?
> - do I need make any special configuration to the rabbitmq or just 
> configure the shovel-plugin? (on both brokers?)
>
> Attached the config file used in the shoveling broker.
> Right now I need to setup a working test environment, so there's no 
> need to refined configuration, just one that works!
>
> thanks for your time,
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100909/f66495a9/attachment.htm>


More information about the rabbitmq-discuss mailing list