You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2016/10/12 16:29:21 UTC

[jira] [Created] (ARTEMIS-797) Add client based advisory messages

Christopher L. Shannon created ARTEMIS-797:
----------------------------------------------

             Summary: Add client based advisory messages
                 Key: ARTEMIS-797
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-797
             Project: ActiveMQ Artemis
          Issue Type: Sub-task
          Components: Broker
            Reporter: Christopher L. Shannon


This task is for adding client based advisories (new connections, new consumers and new producers).  Connections and consumers are straight forward but not all protocols tracker producers.  With OpenWire and AMQP producers are tracked so this is easy.  STOMP and MQTT do not track producers and ActiveMQ 5.x just handles this by sending a producer advisory for any new connection.  We could also just not send producer advisories for STOMP/MQTT.

For the CORE protocol, producers are not currently tracked but I think we should add a new packet type so the broker can keep track of new producers and send advisories and keep statistics.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)