<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Hi,<br>
<br>
<br>
The shovel uses the Erlang client, which is currently broken with the
latest version of the server.<br>
Try using the rabbitmq_v2_0_0 version:<br>
<br>
<span class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span
class="Apple-style-span"
style="color: rgb(102, 102, 102); font-family: Verdana,sans-serif; font-size: 12px; line-height: 17px; text-align: left;">
<pre>hg clone <a class="moz-txt-link-freetext" href="http://hg.rabbitmq.com/rabbitmq-public-umbrella">http://hg.rabbitmq.com/rabbitmq-public-umbrella</a>
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
</pre>
</span></span>That should build you the rabbitmq-shovel plugin
correctly, which you can use.<br>
<br>
Let us know if that doesn't work either.<br>
<br>
<br>
Rgds,<br>
Vlad.<br>
<br>
<br>
<br>
<br>
On 09/09/2010 02:02 PM, Paulo Machado wrote:
<blockquote cite="mid:4C88DAC8.4060305@zlw-ima.rwth-aachen.de"
type="cite"> Hi everyone,
<br>
<br>
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.
<br>
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):
<br>
- erlang R13B04
<br>
- rabbitmq sources up to date (repo clone)
<br>
- shovel plug-in up to date (repo clone)
<br>
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:
<br>
- do I need to install any other plugin?
<br>
- how can I debug/log the broker activity?
<br>
- do I need make any special configuration to the rabbitmq or just
configure the shovel-plugin? (on both brokers?)
<br>
<br>
Attached the config file used in the shoveling broker.
<br>
Right now I need to setup a working test environment, so there's no
need to refined configuration, just one that works!
<br>
<br>
thanks for your time,
<br>
<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rabbitmq-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a>
<a class="moz-txt-link-freetext" href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a>
</pre>
</blockquote>
</body>
</html>