MQTT Publishing issue on BC92

Hi all,
I’m having a little issue with BC92 MQTT publishing.
Problem is, when I put my message after > , the message won’t publish. It just hang there and no response. AT commands that I have issued are below

AT+CGDCONT=1,“IP”,"-myapn-"
OK

AT+CGACT?
+CGACT:1,0
OK

AT+CGACT=1,1
OK

AT+CGDCONT?
+CGDCONT: 1,“IP”,"-myapn-","-myip-",0,0
OK

AT+QMTOPEN=0,“test.mosquitto.org”,1883
OK

+QMTOPEN: 0,0

AT+QMTCONN=0,“kasun”,“user”,"pass"
OK

+QMTCONN: 0,0,0

AT+QMTPUB=0,0,0,0,"new/kasun/bc"
**> **
{“Kasun”:7686}

No response after this, it just hang there. I tried with other MQTT servers as well, but no luck. What am I missing?

hi,Kasun_Nimantha:


OR

AT+QMTPUB=TCP_connectID,msgID,qos,retain,topic,msglen,msg