Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-190

MQTT connections hangs during creation on HP-UX and Solaris10

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • None
    • None
    • Hide

      1. Add the mqtt transport to broker configuration

      <transportConnector name="mqtt" uri="mqtt://0.0.0.0:1883?maximumConnections=1000&amp;amp;wireFormat.maxFrameSize=104857600"/>  
      

      2. Run Fuse server
      3. Run attached test case

      Show
      1. Add the mqtt transport to broker configuration <transportConnector name= "mqtt" uri= "mqtt: //0.0.0.0:1883?maximumConnections=1000&amp;amp;wireFormat.maxFrameSize=104857600" /> 2. Run Fuse server 3. Run attached test case

      The following code hangs on line connection.connect():

              MQTT mqtt = new MQTT();
              mqtt.setHost(HOST, Integer.valueOf(PORT));
              mqtt.setUserName("admin");
              mqtt.setPassword(PASSWORD);
      
              connection = mqtt.blockingConnection();      
              connection.connect();
      

            gaohoward Howard Gao
            knetl.j@gmail.com Jakub Knetl (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: