-
Notifications
You must be signed in to change notification settings - Fork 464
Closed
Description
throw new AckStopConsumerException($e->getMessage());
do not return message to queue.
configurations:
old_sound_rabbit_mq:
connections:
default:
host: '%env(RMQ_HOST)%'
port: '%env(RMQ_PORT)%'
user: '%env(RMQ_USER)%'
password: '%env(RMQ_PASSWORD)%'
vhost: '%env(RMQ_VHOST)%'
lazy: true
connection_timeout: 3
read_write_timeout: 3
keepalive: false
heartbeat: 0
use_socket: true
consumers:
goods:
connection: default
queue_options: { name: '%env(RMQ_GOODS_QUEUE)%'}
callback: app.consumer.goods
qos_options: { prefetch_size: 0, prefetch_count: 1, global: false }
Metadata
Metadata
Assignees
Labels
No labels