Thanks, I will try that

what if I want to expose MQTT to a different port than e.g. JMS?

Am 27.05.2016 um 16:31 schrieb Luca Capra:
Hello,
I've asked a similar question a few day ago. It should work this way

<acceptor name="hornetq">tcp://localhost:1883?protocols=MQTT,STOMP,<OTHER></
acceptor>

Best
Luca

2016-05-27 9:38 GMT+02:00 Blubb <[email protected]>:

Hey,

I have tried to set up messaging between an JMS and an MQTT Endpoint, but
queues of both protocols are somehow not received by the openwire/mqtt
queues.

Here an excerpt out of my broker.xml:


     <connectors>
       <connector name="netty">tcp://localhost:5445</connector>
       <connector name="in-vm">vm://0</connector>
     </connectors>

     <acceptors>
         <acceptor name="default">tcp://localhost:5445</acceptor>

         <!-- MQTT Acceptor -->
         <acceptor
name="hornetq">tcp://localhost:1883?protocols=MQTT</acceptor>
     </acceptors>


Version used: master branch

Is this a missing feature or just a missconfiguration?

BR





Reply via email to