Christopher L. Shannon created AMQ-7352:
-------------------------------------------
Summary: 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
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 calledd
{{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)