bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
268 stars 86 forks source link

how to connect to a partner's message broker server without adding exchange or empty exchange. #78

Open leconghieu opened 4 years ago

leconghieu commented 4 years ago

I am using the "bschmitt / laravel-amqp" 2.0 library and I need to connect to the partner's message broker server. It seems they don't accept any exchange parameters in the connection. But when I modified the "exchange" and "exchange_type" fields in the "config / amqp.php" file, I got the error "Please check your settings, exchange is not defined". The following image is my fault and configuration section. My English is not very good, if there are grammatical errors please ignore. Thanks

error CONFIG_FILE
diphuaji commented 4 years ago

You either have to change the code in Request class or write your own lib

liviublidar commented 2 years ago

@stevenklar it sounds more like a feature request?

stevenklar commented 2 years ago

@stevenklar it sounds more like a feature request?

True. Changes the labels. This is 3y old.