Sha256: efdc8d4df1d012ba79f3981e43026536e1821dc2f03963e42564225ec8e08ea1
Contents?: true
Size: 503 Bytes
Versions: 3
Compression:
Stored size: 503 Bytes
Contents
test: exchange_name: 'my.test_exchange' queue_name: 'my.nice_queue' default_adapter: Basquiat::Adapters::Test adapter_options: connection: hosts: - <%= ENV.fetch('BASQUIAT_RABBITMQ_1_PORT_5672_TCP_ADDR') { 'localhost' } %> port: <%= ENV.fetch('BASQUIAT_RABBITMQ_1_PORT_5672_TCP_PORT') { 5672 } %> auth: user: 'guest' password: 'guest' consumer: prefetch: 1 manual_ack: true requeue: enabled: true strategy: basic_ack
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
basquiat-1.5.0 | spec/support/basquiat.yml |
basquiat-1.4.0 | spec/support/basquiat.yml |
basquiat-1.3.6 | spec/support/basquiat.yml |