In addition to what Andy said...

You have to remember that Artemis is a generic messaging broker and as such
it supports many different protocols (e.g. AMQP, MQTT, STOMP, etc.).  Most
protocols share the same basic point-to-point and publish-subscribe
semantics but these semantics are represented in different ways.  For
example, STOMP doesn't have the notion of a topic or a queue, per se; it
just has destinations.  MQTT only supports publish-subscribe semantics.

Ultimately the broker has to support everything in a coherent way so it
implements a basic set of artifacts (i.e. addresses, queues, &
routing-types).  These are the artifacts you work with in the configuration
and management interfaces.


Justin

On Thu, Aug 3, 2017 at 5:59 AM, andytaylor <andy.tayl...@gmail.com> wrote:

> Internally Artemis has no notion of topics, only addresses and queues, JMS
> topics are an abstraction built on top of these in the client. I would read
> the addressing chapter of the user manual to understand how a topic maps
> internally on to an address and a queue
>
> On 3 August 2017 at 10:45, aragoubi [via ActiveMQ] <
> ml+s2283324n4729214...@n4.nabble.com> wrote:
>
> > I have a standalone artemis activemq broker.
> > I start the broker, and I open jconsole in order to see and manage
> > activemq, but I am not seeing topic, I can see only queues.
> > Before, I was using activemq, and I was able to see topics through
> > jconsole.
> > jconsole.png
> > <http://activemq.2283324.n4.nabble.com/file/n4729214/jconsole.png>
> >
> >
> >
> > ------------------------------
> > If you reply to this email, your message will be added to the discussion
> > below:
> > http://activemq.2283324.n4.nabble.com/Artemis-activemq-
> > with-jconsole-doesn-t-show-topics-management-tp4729214.html
> > To start a new topic under ActiveMQ - User, email
> > ml+s2283324n2341805...@n4.nabble.com
> > To unsubscribe from ActiveMQ - User, click here
> > <http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=
> unsubscribe_by_code&node=2341805&code=YW5keS50YXlsczY3QGdtYWlsLmNvbX
> wyMzQxODA1fC05MDE1NDk1MzM=>
> > .
> > NAML
> > <http://activemq.2283324.n4.nabble.com/template/
> NamlServlet.jtp?macro=macro_viewer&id=instant_html%
> 21nabble%3Aemail.naml&base=nabble.naml.namespaces.
> BasicNamespace-nabble.view.web.template.NabbleNamespace-
> nabble.view.web.template.NodeNamespace&breadcrumbs=
> notify_subscribers%21nabble%3Aemail.naml-instant_emails%
> 21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
> >
>
>
>
>
> --
> View this message in context: http://activemq.2283324.n4.
> nabble.com/Re-Artemis-activemq-with-jconsole-doesn-
> t-show-topics-management-tp4729216.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to