Skip to content

How to convert a dynamic shovel to a static using the advanced.config? #10318

Answered by sdancer75
sdancer75 asked this question in Other
Discussion options

You must be logged in to vote

Hey, thanks for your answer, the code snippet in my post it was just a part of the whole advanced.config file.

Anyway, I had to manually create the queue first. I thought it would be created automatically (as in creating dynamic shovels), but this was not true.

Now the static configuration into the advanced.config file for shovel's looks like this and they seem to work fine.

{from_local_to_cloud, 
        [  
           {source, [
             {protocol, amqp091},
             {uris, ["amqp://"]},                    
             {declarations, []},
             {queue, <<"local_to_cloud">>}                 
            ]},

        
           {destination, [
             {protocol, amqp…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@sdancer75
Comment options

Answer selected by sdancer75
@mkuratczyk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants