Trying to follow the documentation on:<div><a href="http://www.rabbitmq.com/shovel.html" target="_blank">http://www.rabbitmq.com/shovel.html</a> </div><div><br></div><div>I'm having issues though adding a custom header to every shoveled message. The intent was to add a header which identifies the source of the shoveled message, i.e. source-machine. I can't get the configuration to work. Here's an example line I'm trying:</div>
<div><pre style="background-color:rgb(238,238,238);padding:5px;border:1px solid rgb(221,221,221);color:rgb(51,51,51);font-family:'Courier New',Courier,monospace;font-size:13px;line-height:18px">{publish_properties, [ {delivery_mode, 2}, {headers, [{"source-ip", "1.1.1.1"}]} ]}
</pre>Am I missing something? Starting the shovel errors out with this kinda thing right now.</div><div>Thanks!<br>Jason<br><div><br></div>-- <br>Jason McIntosh<br><a href="http://mcintosh.poetshome.com/blog/" target="_blank">http://mcintosh.poetshome.com/blog/</a><br>
</div>