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

  1. is there way support multi-tenants within single apache activemq installation? if so, how align wso2 tenant corresponding tenant in apache activemq ?
  2. 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

  1. this possible virtual hosts [1] configured on apache activemq. each virtual host isolated, there supporting multi-tenant behavior.

  2. 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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -