[
https://issues.apache.org/jira/browse/ARTEMIS-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14608444#comment-14608444
]
Howard Gao commented on ARTEMIS-149:
------------------------------------
openwire client has its own API to retrieve the events. Basically we need to
'route' those events to a specific type of topic called "Advisory topic".
The clients receives those messages by creating a consumer to a certain type of
advisory topics. Those special topic are defined in AdvisorySupport class.
To get a feel of what advisory works, have a look at a test:
org.apache.activemq.advisory.AdvisoryTempDestinationTests#testSlowConsumerAdvisory()
> Advisory Message support
> ------------------------
>
> Key: ARTEMIS-149
> URL: https://issues.apache.org/jira/browse/ARTEMIS-149
> Project: ActiveMQ Artemis
> Issue Type: Sub-task
> Components: OpenWire
> Affects Versions: 1.0.0
> Reporter: Howard Gao
> Assignee: Howard Gao
> Fix For: 1.1.0
>
>
> Advisory messages allow people to watch/monitor certain events that are
> happening in the broker via standard JMS messages.
> http://activemq.apache.org/advisory-message.html
> We can utilise the core's notification mechanism to provide this feature.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)