Re: Artemis activemq with jconsole doesn't show topics management

2017-08-03 Thread Justin Bertram
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

Re: Artemis activemq with jconsole doesn't show topics management

2017-08-03 Thread andytaylor
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, aragoub

Artemis activemq with jconsole doesn't show topics management

2017-08-03 Thread aragoubi
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