You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Roy Lenferink (JIRA)" <ji...@apache.org> on 2017/02/06 15:50:42 UTC

[jira] [Created] (CELIX-397) [pubsub] Match pub/sub implementation

Roy Lenferink created CELIX-397:
-----------------------------------

             Summary: [pubsub] Match pub/sub implementation
                 Key: CELIX-397
                 URL: https://issues.apache.org/jira/browse/CELIX-397
             Project: Celix
          Issue Type: Improvement
            Reporter: Roy Lenferink


At the moment, it's not possible to deploy a pubsub bundle with multiple pubsubadmins. It's better to adapt the implementation to support multiple pubsubadmins. This way it's possible to use the ZMQ pubsubadmin for topic1 and the UDP pubsubadmin for topic2.

A pubsubadmin can be chosen at runtime depending on the properties for a certain topic.

Example properties:
topic1.psa=zmq
topic2.psa=udp



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)