File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1302,7 +1302,7 @@ static amqp_rpc_reply_t amqp_login_inner(
1302
1302
{
1303
1303
amqp_table_entry_t default_properties [6 ];
1304
1304
amqp_table_t default_table ;
1305
- amqp_table_entry_t client_capabilities [1 ];
1305
+ amqp_table_entry_t client_capabilities [2 ];
1306
1306
amqp_table_t client_capabilities_table ;
1307
1307
amqp_connection_start_ok_t s ;
1308
1308
amqp_pool_t * channel_pool ;
@@ -1322,6 +1322,8 @@ static amqp_rpc_reply_t amqp_login_inner(
1322
1322
1323
1323
client_capabilities [0 ] =
1324
1324
amqp_table_construct_bool_entry ("authentication_failure_close" , 1 );
1325
+ client_capabilities [1 ] =
1326
+ amqp_table_construct_bool_entry ("exchange_exchange_bindings" , 1 );
1325
1327
1326
1328
client_capabilities_table .entries = client_capabilities ;
1327
1329
client_capabilities_table .num_entries =
You can’t perform that action at this time.
0 commit comments