Closed chamilaadhi closed 2 years ago
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}' .
amqp://admin:$secret{admin_password}@clientid/carbon?brokerlist='tcp://${carbon.local.ip}:${jms.port}'
Fix is done to handle these types of urls
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