Sha256: de744cc2f9e23d3f3273a636c070b93e09705548922d1a35c6256bd3e953dbe5

Contents?: true

Size: 363 Bytes

Versions: 3

Compression:

Stored size: 363 Bytes

Contents

module Legion::Extensions::Health
  module Transport
    module Queues
      class Health < Legion::Transport::Queue
        def queue_name
          'node.health'
        end

        def queue_options
          { arguments: { 'x-single-active-consumer': true, 'x-dead-letter-exchange': 'node.dlx' }, auto_delete: false }
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lex-health-0.1.2 lib/legion/extensions/health/transport/queues/health.rb
lex-health-0.1.1 lib/legion/extensions/health/transport/queues/health.rb
lex-health-0.1.0 lib/legion/extensions/health/transport/queues/health.rb