GitHub user kimmking opened a pull request:
https://github.com/apache/activemq/pull/238
add ClientIdFilterDispatchPolicy and testcase
ClientIdFilterDispatchPolicy dispatches messages in a topic to a given
client. Then the message with a "PTP_CLIENTID" property, can be received by a
mqtt client with the same clientId.
Many developer have been insterested to use this feature:
http://blog.csdn.net/kimmking/article/details/17449019
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kimmking/activemq trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/238.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #238
----
commit 8d6163bfb3f43db0c9099cc4c0f0456f6b648ad8
Author: kimmking <[email protected]>
Date: 2017-05-31T16:20:13Z
Merge pull request #1 from apache/master
merge new version
commit a1f600775c68311ff14d6b590ea606804a9c59e4
Author: kimmking <[email protected]>
Date: 2017-06-01T14:33:56Z
ClientIdFilterDispatchPolicy dispatches messages in a topic to a given
client. Then the message with a PTP_CLIENTID property, can be received by a
mqtt client with the same clientId.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---