Hmm.. These logs appear when attempted to publish to a topic and there're no subscribers for it.
On Tue, May 12, 2015 at 5:34 PM, Sriashalya Srivathsan <[email protected]> wrote: > Hi Pamod, > I tried with the MB M7 pack.I'm getting the following log in the console, > when I publish the message. > > [2015-05-12 17:32:08,369] INFO > {org.wso2.andes.kernel.distruptor.inbound.MessagePreProcessor} - Message > routing key: stocks No routes in cluster. Ignoring Message id > 36295443315163136 > > > > On Tue, May 12, 2015 at 4:36 PM, Pamod Sylvester <[email protected]> wrote: >> >> Hi Sriashalya, >> >> Could you try the use case with MB M7 pack [1] which is the latest. >> You could download it from [2] >> >> [1] WSO2 Message Broker 3.0.0 Milestone 7 Released ! >> [2] >> https://svn.wso2.org/repos/wso2/scratch/MB/3.0.0/M7/wso2mb-3.0.0-SNAPSHOT-m7.zip >> >> Thanks, >> Pamod >> >> On Tue, May 12, 2015 at 4:29 PM, Chanaka Fernando <[email protected]> >> wrote: >> > [Adding Pamod] >> > >> > @Pamod: Could you shed some light on this scenario. AFAIR, you have >> > implemented this use case with some custom changes to the mqtt >> > transport. >> > >> > On Tue, May 12, 2015 at 4:24 PM, Madhuranga Bandara >> > <[email protected]> >> > wrote: >> >> >> >> Hi Sriashalya, >> >> >> >> Just a small comment. Wireshark is better and easier than TCP mon in >> >> analysing the message content. >> >> Try to use Wireshark when you need to analyse messages. >> >> Madhuranga Sampath Bandara >> >> Software Engineer >> >> >> >> WSO2, Inc.;http://wso2.com/ >> >> lean.enterprise.middleware >> >> Mobile: +94722241065 >> >> >> >> >> >> On Tue, May 12, 2015 at 4:06 PM, Sriashalya Srivathsan >> >> <[email protected]> >> >> wrote: >> >> > Hi Chanaka, >> >> > But I'm getting the following in my MB console >> >> > >> >> > >> >> > [2015-05-12 16:01:41,377] INFO >> >> > {org.dna.mqtt.moquette.server.netty.NettyMQTTHandler} - Received a >> >> > message >> >> > of type PINGREQ >> >> > >> >> > [2015-05-12 16:01:47,270] INFO >> >> > {org.dna.mqtt.moquette.parser.netty.PublishDecoder} - decode invoked >> >> > with >> >> > buffer UnpooledUnsafeDirectByteBuf(ridx: 1, widx: 63, cap: 208) >> >> > >> >> > [2015-05-12 16:01:47,271] INFO >> >> > {org.dna.mqtt.moquette.server.netty.NettyMQTTHandler} - Received a >> >> > message >> >> > of type PUBLISH >> >> > >> >> > [2015-05-12 16:01:47,271] INFO >> >> > {org.dna.mqtt.moquette.messaging.spi.impl.SimpleMessaging} - onEvent >> >> > processing messaging event from input ringbuffer ProtocolEvent >> >> > wrapping >> >> > PUBLISH >> >> > >> >> > STORE >> message part id374739636907147264 offset 0 >> >> > >> >> > [2015-05-12 16:01:47,272] INFO >> >> > {org.wso2.andes.messageStore.CassandraBasedMessageStoreImpl} - Wrote >> >> > message 374739636907147264 to Global Queue TopicNodeQueue_0 >> >> > >> >> > REMOVE CONTENT>> id 374739636907147264 >> >> > >> >> > >> >> > On Tue, May 12, 2015 at 3:41 PM, Sriashalya Srivathsan >> >> > <[email protected]> >> >> > wrote: >> >> >> >> >> >> Hi Chanaka, >> >> >> I've opened the TCP monitor for the UI client. The noticed message >> >> >> has >> >> >> been attached below.Is the client sending the message properly? >> >> >> >> >> >> >> >> >> Thank you, >> >> >> >> >> >> On Wed, May 6, 2015 at 1:20 PM, Sriashalya Srivathsan >> >> >> <[email protected]> >> >> >> wrote: >> >> >>> >> >> >>> HI Malaka, >> >> >>> I'll proceed with that. >> >> >>> >> >> >>> On Wed, May 6, 2015 at 1:11 PM, Malaka Silva <[email protected]> >> >> >>> wrote: >> >> >>>> >> >> >>>> Hi Sriashalya, >> >> >>>> >> >> >>>> As we discussed offline, we need to get the source code (I guess >> >> >>>> this >> >> >>>> is >> >> >>>> carbon 4.2.0) and start debugging the MQTTListener code. >> >> >>>> >> >> >>>> On Wed, Apr 29, 2015 at 10:16 PM, Sriashalya Srivathsan >> >> >>>> <[email protected]> wrote: >> >> >>>>> >> >> >>>>> Sajini you are correct. I'm using MB 3.0.0. >> >> >>>>> Chanaka I've used log mediator, but I cannot see any thing in my >> >> >>>>> ESB >> >> >>>>> console. >> >> >>>>> >> >> >>>>> >> >> >>>>> >> >> >>>>> Thank you, >> >> >>>>> >> >> >>>>> On Wed, Apr 29, 2015 at 5:27 PM, Chanaka Fernando >> >> >>>>> <[email protected]> >> >> >>>>> wrote: >> >> >>>>>> >> >> >>>>>> Hi Sriashalya, >> >> >>>>>> >> >> >>>>>> You can use log mediator to view the message when it is passing >> >> >>>>>> through ESB. >> >> >>>>>> >> >> >>>>>> <log level="full"/> >> >> >>>>>> >> >> >>>>>> Thanks, >> >> >>>>>> Chanaka >> >> >>>>>> >> >> >>>>>> On Wed, Apr 29, 2015 at 5:25 PM, Sajini De Silva >> >> >>>>>> <[email protected]> >> >> >>>>>> wrote: >> >> >>>>>>> >> >> >>>>>>> Hi Sriashalya, >> >> >>>>>>> >> >> >>>>>>> What is the MB version you are using in this scenario? I see >> >> >>>>>>> global >> >> >>>>>>> queues in the logs which is used in MB 2.2.0. MB 2.2.0 does not >> >> >>>>>>> support >> >> >>>>>>> MQTT. >> >> >>>>>>> >> >> >>>>>>> Thank you, >> >> >>>>>>> Sajini >> >> >>>>>>> >> >> >>>>>>> Thank you, >> >> >>>>>>> Sajini >> >> >>>>>>> >> >> >>>>>>> On Wed, Apr 29, 2015 at 5:15 PM, Sriashalya Srivathsan >> >> >>>>>>> <[email protected]> wrote: >> >> >>>>>>>> >> >> >>>>>>>> looping to Dev >> >> >>>>>>>> >> >> >>>>>>>> On Wed, Apr 29, 2015 at 5:13 PM, Sriashalya Srivathsan >> >> >>>>>>>> <[email protected]> wrote: >> >> >>>>>>>>> >> >> >>>>>>>>> Hi Chanaka, >> >> >>>>>>>>> I've sent the message from client ,It is going to MB >> >> >>>>>>>>> perfectly. >> >> >>>>>>>>> But >> >> >>>>>>>>> I couldn't get anything in the ESB console. It seems ESB >> >> >>>>>>>>> don't >> >> >>>>>>>>> receive the >> >> >>>>>>>>> message. How Can I proceed with this? >> >> >>>>>>>>> Im sharing the MB console below. >> >> >>>>>>>>> >> >> >>>>>>>>> >> >> >>>>>>>>> On Mon, Apr 27, 2015 at 12:33 PM, Sriashalya Srivathsan >> >> >>>>>>>>> <[email protected]> wrote: >> >> >>>>>>>>>> >> >> >>>>>>>>>> Hi Chanaka, >> >> >>>>>>>>>> I've followed the following link >> >> >>>>>>>>>> >> >> >>>>>>>>>> >> >> >>>>>>>>>> (https://docs.google.com/a/wso2.com/document/d/1G2sf8g27w8kFmfXVC6F7Kf7LTtZUdCcLRN5UnwdfIxQ/edit). >> >> >>>>>>>>>> >> >> >>>>>>>>>> axis2.xml is replaced. >> >> >>>>>>>>>> proxy and sequence are added. >> >> >>>>>>>>>> jars added to ESB. >> >> >>>>>>>>>> MB, ESB and two instance of Stock quote services are opened. >> >> >>>>>>>>>> UI based client started and message sent through that >> >> >>>>>>>>>> >> >> >>>>>>>>>> But I couldn't get anything in the ESB console. What am I >> >> >>>>>>>>>> missing >> >> >>>>>>>>>> over there? >> >> >>>>>>>>>> >> >> >>>>>>>>>> -- >> >> >>>>>>>>>> S.Sriashalya, >> >> >>>>>>>>>> Associate Software Engineer, >> >> >>>>>>>>>> WSO2. >> >> >>>>>>>>> >> >> >>>>>>>>> >> >> >>>>>>>>> >> >> >>>>>>>>> >> >> >>>>>>>>> -- >> >> >>>>>>>>> S.Sriashalya, >> >> >>>>>>>>> Associate Software Engineer, >> >> >>>>>>>>> WSO2 Inc. >> >> >>>>>>>>> lean . enterprise . middleware >> >> >>>>>>>> >> >> >>>>>>>> >> >> >>>>>>>> >> >> >>>>>>>> >> >> >>>>>>>> -- >> >> >>>>>>>> S.Sriashalya, >> >> >>>>>>>> Associate Software Engineer, >> >> >>>>>>>> WSO2 Inc. >> >> >>>>>>>> lean . enterprise . middleware >> >> >>>>>>>> >> >> >>>>>>>> _______________________________________________ >> >> >>>>>>>> Dev mailing list >> >> >>>>>>>> [email protected] >> >> >>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> >>>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> -- >> >> >>>>>>> Sajini De SIlva >> >> >>>>>>> Software Engineer; WSO2 Inc.; http://wso2.com , >> >> >>>>>>> Email: [email protected] >> >> >>>>>>> Blog: http://sajinid.blogspot.com/ >> >> >>>>>>> Git hub profile: https://github.com/sajinidesilva >> >> >>>>>>> >> >> >>>>>>> Phone: +94 712797729 >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> _______________________________________________ >> >> >>>>>>> Dev mailing list >> >> >>>>>>> [email protected] >> >> >>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> >>>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> -- >> >> >>>>>> -- >> >> >>>>>> Chanaka Fernando >> >> >>>>>> Senior Technical Lead >> >> >>>>>> WSO2, Inc.; http://wso2.com >> >> >>>>>> lean.enterprise.middleware >> >> >>>>>> >> >> >>>>>> mobile: +94 773337238 >> >> >>>>>> Blog : http://soatutorials.blogspot.com >> >> >>>>>> LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0 >> >> >>>>>> Twitter:https://twitter.com/chanakaudaya >> >> >>>>>> Wordpress:http://chanakaudaya.wordpress.com >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>> >> >> >>>>> >> >> >>>>> >> >> >>>>> -- >> >> >>>>> S.Sriashalya, >> >> >>>>> Associate Software Engineer, >> >> >>>>> WSO2 Inc. >> >> >>>>> lean . enterprise . middleware >> >> >>>>> >> >> >>>>> _______________________________________________ >> >> >>>>> Dev mailing list >> >> >>>>> [email protected] >> >> >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> >>>>> >> >> >>>> >> >> >>>> >> >> >>>> >> >> >>>> -- >> >> >>>> >> >> >>>> Best Regards, >> >> >>>> >> >> >>>> Malaka Silva >> >> >>>> Senior Tech Lead >> >> >>>> M: +94 777 219 791 >> >> >>>> Tel : 94 11 214 5345 >> >> >>>> Fax :94 11 2145300 >> >> >>>> Skype : malaka.sampath.silva >> >> >>>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 >> >> >>>> Blog : http://mrmalakasilva.blogspot.com/ >> >> >>>> >> >> >>>> WSO2, Inc. >> >> >>>> lean . enterprise . middleware >> >> >>>> http://www.wso2.com/ >> >> >>>> http://www.wso2.com/about/team/malaka-silva/ >> >> >>>> >> >> >>>> Save a tree -Conserve nature & Save the world for your future. >> >> >>>> Print >> >> >>>> this email only if it is absolutely necessary. >> >> >>> >> >> >>> >> >> >>> >> >> >>> >> >> >>> -- >> >> >>> Regards >> >> >>> S.Sriashalya, >> >> >>> Associate Software Engineer, >> >> >>> WSO2 Inc. >> >> >>> lean . enterprise . middleware >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> Regards >> >> >> S.Sriashalya, >> >> >> Associate Software Engineer, >> >> >> WSO2 Inc. >> >> >> lean . enterprise . middleware >> >> > >> >> > >> >> > >> >> > >> >> > -- >> >> > Regards >> >> > S.Sriashalya, >> >> > Associate Software Engineer, >> >> > WSO2 Inc. >> >> > lean . enterprise . middleware >> >> > >> >> > _______________________________________________ >> >> > Dev mailing list >> >> > [email protected] >> >> > http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > >> >> _______________________________________________ >> >> Dev mailing list >> >> [email protected] >> >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> > >> > >> > >> > >> > -- >> > -- >> > Chanaka Fernando >> > Senior Technical Lead >> > WSO2, Inc.; http://wso2.com >> > lean.enterprise.middleware >> > >> > mobile: +94 773337238 >> > Blog : http://soatutorials.blogspot.com >> > LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0 >> > Twitter:https://twitter.com/chanakaudaya >> > Wordpress:http://chanakaudaya.wordpress.com >> > >> > >> > >> >> >> >> -- >> Pamod Sylvester >> WSO2 Inc.; http://wso2.com >> cell: +94 77 7779495 > > > > > -- > Regards > S.Sriashalya, > WSO2 Inc. > lean . enterprise . middleware -- Pamod Sylvester WSO2 Inc.; http://wso2.com cell: +94 77 7779495 _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
