File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
8
8
9
9
- Quorum queues support [ #359 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/359 )
10
10
- max-priority support [ #422 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/422 )
11
+ - Ability to specify exchange and exchange_type when using pushRaw()[ #420 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/420 )
12
+ - Remember exchanges once they have been verified [ #407 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/407 )
11
13
12
14
## [ 11.2.0 (2021-03-16)] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v11.1.2...v11.2.0 )
13
15
Original file line number Diff line number Diff line change @@ -318,6 +318,7 @@ public function isExchangeExists(string $exchange): bool
318
318
if ($ this ->isExchangeDeclared ($ exchange )) {
319
319
return true ;
320
320
}
321
+
321
322
try {
322
323
// create a temporary channel, so the main channel will not be closed on exception
323
324
$ channel = $ this ->connection ->channel ();
You can’t perform that action at this time.
0 commit comments