[rabbitmq-discuss] question, Shovel : different queue name between source and destination

bino oetomo bino at indoakses-online.com
Fri May 18 09:13:36 BST 2012


Dear All ....

Is it possible to use shovel with different queue_name between source 
and destination ?

my current config file is :
--------START-----------
[
     {mnesia, [{dump_log_write_threshold, 100}
              ]},
     {rabbit, [{vm_memory_high_watermark, 0.4}
              ]},
     {rabbitmq_shovel,
        [{shovels,
          [{myshovel,
            [{sources, [{broker, "amqp://guest:guest@localhost"}]},
             {destinations, [{broker, 
"amqp://guest:guest@192.168.10.241"}]},
             {queue, <<"task_queue">>},
             {reconnect_delay, 5}
            ]}
           ]
         }]
      }
].

--------STOP------------

What if the queue name at the source broker is 'src_q1' and at the 
destination broker is 'dst_q1' ?

Sincerely
-bino-


More information about the rabbitmq-discuss mailing list