<div>For instance:</div><div><br></div><div>&nbsp; &nbsp; {myshovel, [</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {sources, ...}</div><div>&nbsp; &nbsp; &nbsp; &nbsp; , {destinations, ...}</div><div>&nbsp; &nbsp; &nbsp; &nbsp; , {queue, &lt;&lt;&gt;&gt;}</div><div>&nbsp; &nbsp; &nbsp; &nbsp; , {ack_mode, on_confirm}</div><div>&nbsp; &nbsp; &nbsp; &nbsp; , {publish_properties, [</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {delivery_mode, 2}</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; , {timestamp, now} % this is the line I need to understand how to write</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ]}</div><div>&nbsp; &nbsp; &nbsp; &nbsp; , {publish_fields, [{exchange, &lt;&lt;""&gt;&gt;}, {routing_key, &lt;&lt;""&gt;&gt;}]}</div><div>&nbsp; &nbsp; &nbsp; &nbsp; , {reconnect_delay, 5}</div><div>&nbsp; &nbsp; ]}</div><div><br></div><div><br></div><div>I'm curious how to write the `publish_properties` in a way so that RabbitMQ Shovel overwrites the timestamp with the current time (as in when the shovel receives the message and *shovels* it onto the destination queue).</div><div><br></div><div>http://stackoverflow.com/questions/16154421/how-can-rabbitmq-shovel-be-configured-to-overwrite-the-timestamp-property-with-t<br></div><div><br></div><div>I'm assuming this is either a really easy "it's possible, here's how" or "it's not possible". &nbsp;My erlang is weak at best.</div><div><br></div><div>Thanks for any advice you have for me.</div><div><br></div><div>- Dan</div>