Hi all,
   I’m facing a weird behavior when trying to exchange messages between devices 
(emulated by clients) connected to different ActiveMQ connectors (ActiveMQ 
version 5.14.5).
On one side I have an AMQP device emulated by qpid-jms library.
This device should exchange messages with another one connected through the 
MQTT connector.
The messages from AMQP client are published to the broker (I have a custom 
security filter and I can log every message published and in which topic) but 
don’t flow to the MQTT client.
I’m not sure if the virtual topic feature can be responsible of this.
I tried to publish messages with and without VirtualTopic prefix but without 
any success.

This is the connectors configuration:


<transportConnector name="mqtt" 
uri="mqtt+nio://0.0.0.0:1883?transport.defaultKeepAlive=60000&amp;transport.maximumConnections=1000&amp;transport.socketBufferSize=131072&amp;transport.ioBufferSize=16384&amp;transport.activeMQSubscriptionPrefetch=32766&amp;transport.publishDollarTopics=true&amp;transport.subscriptionStrategy=mqtt-virtual-topic-subscriptions"/>



<transportConnector 
name="amqp"uri="amqp+nio://0.0.0.0:5672?maximumConnections=1000&amp;wireFormat.maxFrameSize=1048576&amp;transport.transformer=jms"
 />

Any ideas?

Riccardo

Reply via email to