So I simplified my test to remove the failover portion. Now the client
connects to only one broker, subscribes to
'Consumer/testclient/VirtualTopic/foo', then publishes to
'VirtualTopic/foo'. However, no message is received.
Viewing the web console: Both topics above have been created, except with
Thank you Tim,
I did some searching but came up empty handed. I also checked the schema
(http://activemq.apache.org/schema/core/activemq-core-5.11.1-schema.html#topic)
but didn't see anything. Added virtual="true" raised an error.
I'm also curious if my MQTT session should have cleanSession=false
I'm evaluating ActiveMQ as an MQTT broker and doing so by writing some 'unit'
tests via python client. I have two brokers networked,
useVirtualTopics="true" (out-of-the-box) config. My use case goes as follows
for clientId 'testclient':
1. testclient connects to Broker A
2. testclient subscribes t
Thank you.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/MQTTFrame-unknown-tp4697966p4697970.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
I'm attempting to setup a simple NoB using the MQTT connector, and durable
topics/subscribers using MQTT 3.1.1 clean_session=false. Configuring broker
A to connect duplex to broker B, I'm seeing the following in the logs
simultaneously:
Broker A
INFO | Establishing network connection from
vm://loc