File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ export class Config {
273273 public static amqp_force_queue_prefix : boolean = Config . parseBoolean ( Config . getEnv ( "amqp_force_queue_prefix" , "false" ) ) ;
274274 public static amqp_force_exchange_prefix : boolean = Config . parseBoolean ( Config . getEnv ( "amqp_force_exchange_prefix" , "false" ) ) ;
275275 public static amqp_force_sender_has_read : boolean = Config . parseBoolean ( Config . getEnv ( "amqp_force_sender_has_read" , "true" ) ) ;
276- public static amqp_force_sender_has_invoke : boolean = Config . parseBoolean ( Config . getEnv ( "amqp_force_sender_has_invoke" , "true " ) ) ;
276+ public static amqp_force_sender_has_invoke : boolean = Config . parseBoolean ( Config . getEnv ( "amqp_force_sender_has_invoke" , "false " ) ) ;
277277 public static amqp_force_consumer_has_update : boolean = Config . parseBoolean ( Config . getEnv ( "amqp_force_consumer_has_update" , "false" ) ) ;
278278 public static amqp_enabled_exchange : boolean = Config . parseBoolean ( Config . getEnv ( "amqp_enabled_exchange" , "false" ) ) ;
279279 public static amqp_url : string = Config . getEnv ( "amqp_url" , "amqp://localhost" ) ; // used to register queues and by personal nodered
You can’t perform that action at this time.
0 commit comments