Skip to content

Commit

Permalink
use simply shovel as consumer tag for shovels
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed Feb 12, 2024
1 parent 492ab80 commit 8504516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lavinmq/shovel/shovel.cr
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module LavinMQ
@delete_after = DEFAULT_DELETE_AFTER, @prefetch = DEFAULT_PREFETCH,
@ack_mode = DEFAULT_ACK_MODE, consumer_args : Hash(String, JSON::Any)? = nil,
direct_user : User? = nil)
@tag = "Shovel-#{Random::Secure.urlsafe_base64(24)}"
@tag = "Shovel"
cfg = Config.instance
@uri.host ||= "#{cfg.amqp_bind}:#{cfg.amqp_port}"
unless @uri.user
Expand Down

0 comments on commit 8504516

Please sign in to comment.