[
https://issues.apache.org/jira/browse/AMQ-7352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980397#comment-16980397
]
ASF subversion and git services commented on AMQ-7352:
------------------------------------------------------
Commit 0c6f9a9a1e253d50dac6b265f04c0a458ac535ee in activemq's branch
refs/heads/master from Christopher L. Shannon (cshannon)
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=0c6f9a9 ]
AMQ-7352 - Add support for anonymous producer advisories
By default this behavior is turned off but can be enabled by setting
anonymousProducerAdvisorySupport on the BrokerService to true
> Add support for anonymous producer advisories
> ---------------------------------------------
>
> Key: AMQ-7352
> URL: https://issues.apache.org/jira/browse/AMQ-7352
> Project: ActiveMQ
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 5.15.11
> Reporter: Christopher L. Shannon
> Assignee: Christopher L. Shannon
> Priority: Major
> Fix For: 5.16.0, 5.15.12
>
>
> Right now the advisory broker support will only send producer advisories if
> there is a destination set. Anonymous producers won't have any advisories
> published.
> We should add an option to send advisories for anonymous producers as well.
> Currently producer advisories are sent to an advisory topic that has the
> destination in the name. We will need a 3rd type of producer advisory topic
> to send all anonymous producers since there is no destination.
> The topic where these advisories will be published will be:
> *{{ActiveMQ.Advisory.Producer.Anonymous}}*
>
> There will be a new flag on the BrokerService called
> *{{anonymousProducerAdvisorySupport}}* that will need to be set to true in
> order for anonymous producer advisories to be sent. This will default to
> false for now as to not break any existing users who might be listening to
> Producer advisories and always expecting the destination to never be null.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)