wso2 / msf4j

WSO2 Microservices Framework for Java (MSF4J)
http://wso2.com/products/microservices-framework-for-java/
Apache License 2.0
400 stars 349 forks source link

Make Channel ID to common constant #538

Closed Yasara123 closed 6 years ago

Yasara123 commented 6 years ago

Purpose

Make Channel ID to a common constant. Resolves: #537

thusithathilina commented 6 years ago

I guess this will not work in OSGi mode (If that still exist ;-) ) because now it is in a msf4.internal which is not expose to outside

daneshk commented 6 years ago

Thanks Thusitha for pointing this. Yes, we need to keep this as separate constant.

daneshk commented 6 years ago

@Yasara123 Can you revert the change and change the constant value only. Getting it from internal class not works here.