wso2 / andes

Apache License 2.0
39 stars 129 forks source link

Fix secure vault enabled password issue in jms url #1053

Closed chamilaadhi closed 2 years ago

chamilaadhi commented 2 years ago

Purpose

Fix for https://github.com/wso2/product-apim/issues/12718

Due to the fix done in from https://github.com/wso2/andes/pull/1041 , exception is thrown when the connection URL is provided as amqp://admin:$secret{admin_password}@clientid/carbon?brokerlist='tcp://${carbon.local.ip}:${jms.port}' .

Fix is done to handle these types of urls