spec/support/basquiat.yml in basquiat-1.3.5 vs spec/support/basquiat.yml in basquiat-1.3.6
- old
+ new
@@ -1,9 +1,18 @@
test:
exchange_name: 'my.test_exchange'
queue_name: 'my.nice_queue'
default_adapter: Basquiat::Adapters::Test
adapter_options:
- servers:
- -
- host: <%= ENV.fetch('BASQUIAT_RABBITMQ_1_PORT_5672_TCP_ADDR') { 'localhost' } %>
- port: <%= ENV.fetch('BASQUIAT_RABBITMQ_1_PORT_5672_TCP_PORT') { 5672 } %>
+ 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