Hello everyone, 
I have a consumer (spring default message listener) of queue mqtt.values.>

ActiveMq version is 5.15.8

Every time the listener starts it receive a message from topic
ActiveMQ.Advisory.MasterBroker

Is that right? Can you help me in order to not receiving such a message.

Meybe it is important, in the configuration I have virtualTopic from mqtt.>
to queue with prefic mqtt.values.
<destinationInterceptors>
  <virtualDestinationInterceptor>
    <virtualDestinations>
      
          <virtualTopic name="mqtt.>" prefix="mqtt.values." 
selectorAware="false"/>
          
    </virtualDestinations>
  </virtualDestinationInterceptor>
</destinationInterceptors>


This is the .toString() of the message:
ActiveMQMessage {commandId = 0, responseRequired = false, messageId =
ID:<HIDDEN>-43596-1549363680962-1:1:0:0:1, originalDestination =
topic://ActiveMQ.Advisory.MasterBroker, originalTransactionId = null,
producerId = ID:<HIDDEN>-43596-1549363680962-1:1:0:0, destination =
queue://mqtt.values.>, transactionId = null, expiration = 0, timestamp = 0,
arrival = 0, brokerInTime = 1549363681468, brokerOutTime = 1549363786316,
correlationId = null, replyTo = null, persistent = false, type = Advisory,
priority = 0, groupID = null, groupSequence = 0, targetConsumerId = null,
compressed = false, userID = null, content = null, marshalledProperties =
org.apache.activemq.util.ByteSequence@20833b33, dataStructure = null,
redeliveryCounter = 0, size = 0, properties = {originBrokerName=localhost,
originBrokerId=ID:<HIDDEN>-43596-1549363680962-0:1,
originBrokerURL=nio+ssl://<HIDDEN>:61616}, readOnlyProperties = true,
readOnlyBody = true, droppable = false, jmsXGroupFirstForConsumer = false}




--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to