Sha256: 5704917e9909776f990c685e9234760eb4d994da01fdb41bf07dae5ace4fa313

Contents?: true

Size: 364 Bytes

Versions: 31

Compression:

Stored size: 364 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'harmony/service'
require 'byebug'

opts = {
  amqp: 'amqp://localhost:5672',
  vhost: '/',
  exchange: 'sneakers',
  exchange_type: :direct,
  metrics: Sneakers::Metrics::LoggingMetrics.new,
  handler: Sneakers::Handlers::Maxretry
}

Sneakers.configure(opts)
Sneakers.logger.level = Logger::DEBUG

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
harmony-service-0.8.3 spec/spec_helper.rb
harmony-service-0.8.2 spec/spec_helper.rb
harmony-service-0.8.1 spec/spec_helper.rb
harmony-service-0.8.0 spec/spec_helper.rb
harmony-service-0.7.2 spec/spec_helper.rb
harmony-service-0.7.1 spec/spec_helper.rb
harmony-service-0.7.0 spec/spec_helper.rb
harmony-service-0.6.0 spec/spec_helper.rb
harmony-service-0.5.8 spec/spec_helper.rb
harmony-service-0.5.7 spec/spec_helper.rb
harmony-service-0.5.6 spec/spec_helper.rb
harmony-service-0.5.5 spec/spec_helper.rb
harmony-service-0.5.4 spec/spec_helper.rb
harmony-service-0.5.3 spec/spec_helper.rb
harmony-service-0.5.2 spec/spec_helper.rb
harmony-service-0.5.1 spec/spec_helper.rb
harmony-service-0.5.0 spec/spec_helper.rb
harmony-service-0.4.4 spec/spec_helper.rb
harmony-service-0.4.3 spec/spec_helper.rb
harmony-service-0.4.2 spec/spec_helper.rb