Re: questions on virtual topics and failover, useVirtualTopics=true

2015-06-23 Thread breakbad
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

Re: questions on virtual topics and failover, useVirtualTopics=true

2015-06-23 Thread breakbad
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

questions on virtual topics and failover, useVirtualTopics=true

2015-06-22 Thread breakbad
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

Re: MQTTFrame unknown

2015-06-19 Thread breakbad
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.

MQTTFrame unknown

2015-06-18 Thread breakbad
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