WSO2 multi-tenancy with Apache ActiveMQ -
our proposed deployment wso2 have single wso2 instance(jvm) , support multiple tenants within it. has worked cleanly us. now, need extend model apache activemq also.
i.e. want tenant level isolation apache activemq also. in other words, queue meant tenant 1 should not accessed other tenants. in respect, had couple of questions
- is there way support multi-tenants within single apache activemq installation? if so, how align wso2 tenant corresponding tenant in apache activemq ?
- if above option not available, okay have separate apache activemq each tenant. in case, how configure multiple apache activemqs single wso2 installation ?
any other pointers appreciated !
thanks
this possible virtual hosts [1] configured on apache activemq. each virtual host isolated, there supporting multi-tenant behavior.
at moment not possible configure multiple apache activemq's or multiple virtual hosts single wso2 server instance.
[1] https://activemq.apache.org/apollo/documentation/user-manual.html#virtual_hosts
Comments
Post a Comment