GitHub user kimmking opened a pull request:
https://github.com/apache/activemq/pull/5
add ClientIdFilterDispatchPolicy
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.
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/5.patch
----
commit c8f9d48e30ff6bcd27f1a877aac3479ba268193f
Author: kimmking <[email protected]>
Date: 2013-12-20T07:51:10Z
add ClientIdFilterDispatchPolicy
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.
----