We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cb4fa commit 0525e9dCopy full SHA for 0525e9d
1 file changed
config/queue.php
@@ -123,6 +123,7 @@
123
'passphrase' => env('RABBITMQ_SSL_PASSPHRASE', null),
124
],
125
'queue' => [
126
+ 'exchange' => env('SPONSOR_USERS_EXCHANGE','sponsor-users-api-message-broker'),
127
'passive' => env('RABBITMQ_QUEUE_PASSIVE', false),
128
'durable' => env('RABBITMQ_QUEUE_DURABLE', true),
129
'exclusive' => env('RABBITMQ_QUEUE_EXCLUSIVE', false),
@@ -159,6 +160,7 @@
159
160
161
162
163
+ 'exchange' => env('PAYMENTS_EXCHANGE','purchases-api-payments-message-broker'),
164
165
166
0 commit comments