-
Notifications
You must be signed in to change notification settings - Fork 426
Open
Description
- Laravel version: 11.3.1
- RabbitMQ version: 4(latest)
- Package version: 14.1.0
Describe the Question
according to rabbitmq document, how to set messages durability for all queues or specific queue in this packege?
if i set this options is enough?
'options' => [
'queue' => [
'durable' => true, // Make the queue durable
],
'exchange' => [
'name' => env('RABBITMQ_EXCHANGE', 'default'),
'type' => env('RABBITMQ_EXCHANGE_TYPE', 'direct'),
'durable' => true, // Make the exchange durable
],
],
Metadata
Metadata
Assignees
Labels
No labels