Hi All I also faced the same issue today and for me the solution was to add a system property -Dqpid.dest_syntax=BURL \ to wso2server.sh as the other solution of Burl: TopicName did not work. Hasitha pointed this solution which as mentioned in the link [1] below:
Quoted from the URL: "Alternatively you should be able to force usage of the old Binding URL syntax by prefixing your destinations with "BURL:" or by setting system property qpid.dest_syntax to "BURL"" [1]http://www.google.com/url?q=http%3A%2F%2Fapache-qpid-developers.2158895.n2.nabble.com%2FQpid-0-8-problem-td5836343.html&sa=D&sntz=1&usg=AFQjCNEXfqwl67ruGEQtfGmBa0y7adnjzQ Are we to update the docs mentioning the system property solution as an alternative as well Regards, Shavantha Weerasinghe Senior Software Engineer QA WSO2, Inc. lean.enterprise.middleware. http://wso2.com http://wso2.org Tel : 94 11 214 5345 Fax :94 11 2145300 On Mon, Sep 30, 2013 at 11:18 PM, Mohanadarshan Vivekanandalingam <[email protected]> wrote: > Hi, > > Thanks Hasitha for the information.. > I have checked the scenario with MB and chatted with shammi as well.. We > need to add "Burl:" keyword only for MB 2.0.1.. I have mentioned the "Burl:" > keyword in the doc since I have worked with MB 2.0.1. But With MB 2.1.0, CEP > is working fine, there is no any issue with connecting with MB 2.1.0. > > Will add a proper sample with MB 2.1.0 (as jms broker) and CEP to the doc.. > > Thanks & Regards, > Mohan > > > On Sat, Sep 28, 2013 at 12:09 AM, Hasitha Hiranya <[email protected]> wrote: >> >> Hi, >> >> In newer qpid clients we use addressing format. >> But MB uses AMQP 0-91 which is older. >> >> Thus we need to specifically use BURL format as following >> >> BURL:topic://amq.topic?routingkey='test >> >> You should also be able to use a >> system property to change the default syntax so you don't need the prefix: >> -Dqpid.dest_syntax=BURL. (we have never checked this). >> >> Qpid is lacking documentation on these parameters. >> >> Please refer [1] for some information >> >> [1]. https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=634043 >> >> Thanks. >> >> >> On Fri, Sep 27, 2013 at 10:28 PM, Mohanadarshan Vivekanandalingam >> <[email protected]> wrote: >>> >>> Hi, >>> >>> On Fri, Sep 27, 2013 at 4:16 PM, Srinath Perera <[email protected]> wrote: >>>> >>>> Shammi, I thought we fixed this. Mohan can you check with Shammi. >>> >>> >>> OK sure.. will check with Shammi.. >>> >>> Regards, >>> Mohan >>> >>>> >>>> >>>> --Srinath >>>> >>>> >>>> On Thu, Sep 26, 2013 at 3:29 PM, Mohanadarshan Vivekanandalingam >>>> <[email protected]> wrote: >>>>> >>>>> Hi, >>>>> >>>>> Will check again and update the docs with necessary info.. >>>>> >>>>> Thanks, >>>>> Mohan >>>>> >>>>> >>>>> On Thu, Sep 26, 2013 at 1:53 PM, Nirmal Fernando <[email protected]> >>>>> wrote: >>>>>> >>>>>> Mohan, >>>>>> >>>>>> I think the documentation should be corrected. Adding BURL is never >>>>>> worked for me, and only solution was to add all the topics to the >>>>>> jndi.properties file. >>>>>> >>>>>> >>>>>> On Thu, Sep 19, 2013 at 12:38 PM, Mohanadarshan Vivekanandalingam >>>>>> <[email protected]> wrote: >>>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> Thanks for pointing this out.. I have made the necessary changes in >>>>>>> the doc and sorry for late reply.. >>>>>>> >>>>>>> Regards, >>>>>>> Mohan >>>>>>> >>>>>>> On Thu, Sep 19, 2013 at 11:44 AM, Srinath Perera <[email protected]> >>>>>>> wrote: >>>>>>> > Resolved. It worked after adding the queue do jndi.properties file. >>>>>>> > >>>>>>> > As per docs, it is Burl : not BURL. >>>>>>> > >>>>>>> > --Srinath >>>>>>> > >>>>>>> > >>>>>>> > On Thu, Sep 19, 2013 at 11:38 AM, Srinath Perera <[email protected]> >>>>>>> > wrote: >>>>>>> >> >>>>>>> >> Hi Mohan, >>>>>>> >> >>>>>>> >> I am configuring CEP with MB2. >>>>>>> >> >>>>>>> >> If I configure in event builder with the destination as >>>>>>> >> >>>>>>> >> <property >>>>>>> >> name="transport.jms.Destination">StratosHealth</property> >>>>>>> >> >>>>>>> >> it throws >>>>>>> >> >>>>>>> >> java.lang.UnsupportedOperationException: The new addressing based >>>>>>> >> sytanx >>>>>>> >> is not supported for AMQP 0-8/0-9 versions >>>>>>> >> >>>>>>> >> If I configure it as >>>>>>> >> >>>>>>> >> <property >>>>>>> >> name="transport.jms.Destination">BURL:StratosHealth</property> >>>>>>> >> >>>>>>> >> I get >>>>>>> >> >>>>>>> >> Cannot locate destination : BURL:StratosHealth >>>>>>> >> javax.naming.NamingException: scheme BURL not recognized >>>>>>> >> at >>>>>>> >> org.wso2.andes.jndi.ReadOnlyContext.lookup(ReadOnlyContext.java:250) >>>>>>> >> at org.w >>>>>>> >> >>>>>>> >> what is the right way to do this? >>>>>>> >> >>>>>>> >> --Srinath >>>>>>> >> >>>>>>> >> -- >>>>>>> >> ============================ >>>>>>> >> Srinath Perera, Ph.D. >>>>>>> >> Director, Research, WSO2 Inc. >>>>>>> >> Visiting Faculty, University of Moratuwa >>>>>>> >> Member, Apache Software Foundation >>>>>>> >> Research Scientist, Lanka Software Foundation >>>>>>> >> Blog: http://srinathsview.blogspot.com/ >>>>>>> >> Photos: http://www.flickr.com/photos/hemapani/ >>>>>>> >> Phone: 0772360902 >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > -- >>>>>>> > ============================ >>>>>>> > Srinath Perera, Ph.D. >>>>>>> > Director, Research, WSO2 Inc. >>>>>>> > Visiting Faculty, University of Moratuwa >>>>>>> > Member, Apache Software Foundation >>>>>>> > Research Scientist, Lanka Software Foundation >>>>>>> > Blog: http://srinathsview.blogspot.com/ >>>>>>> > Photos: http://www.flickr.com/photos/hemapani/ >>>>>>> > Phone: 0772360902 >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> V. Mohanadarshan >>>>>>> Software Engineer, >>>>>>> Data Technologies Team, >>>>>>> WSO2, Inc. http://wso2.com >>>>>>> lean.enterprise.middleware. >>>>>>> >>>>>>> email: [email protected] >>>>>>> phone:(+94) 771117673 >>>>>>> _______________________________________________ >>>>>>> Dev mailing list >>>>>>> [email protected] >>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Thanks & regards, >>>>>> Nirmal >>>>>> >>>>>> Senior Software Engineer- Platform Technologies Team, WSO2 Inc. >>>>>> Mobile: +94715779733 >>>>>> Blog: http://nirmalfdo.blogspot.com/ >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> V. Mohanadarshan >>>>> Software Engineer, >>>>> Data Technologies Team, >>>>> WSO2, Inc. http://wso2.com >>>>> lean.enterprise.middleware. >>>>> >>>>> email: [email protected] >>>>> phone:(+94) 771117673 >>>> >>>> >>>> >>>> >>>> -- >>>> ============================ >>>> Srinath Perera, Ph.D. >>>> Director, Research, WSO2 Inc. >>>> Visiting Faculty, University of Moratuwa >>>> Member, Apache Software Foundation >>>> Research Scientist, Lanka Software Foundation >>>> Blog: http://srinathsview.blogspot.com/ >>>> Photos: http://www.flickr.com/photos/hemapani/ >>>> Phone: 0772360902 >>> >>> >>> >>> >>> -- >>> V. Mohanadarshan >>> Software Engineer, >>> Data Technologies Team, >>> WSO2, Inc. http://wso2.com >>> lean.enterprise.middleware. >>> >>> email: [email protected] >>> phone:(+94) 771117673 >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "WSO2 Documentation" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> For more options, visit >>> https://groups.google.com/a/wso2.com/groups/opt_out. >> >> >> >> >> -- >> Hasitha Abeykoon >> Software Engineer; WSO2, Inc.; http://wso2.com >> cell: +94 719363063 >> blog: abeykoon.blogspot.com >> > > > > -- > V. Mohanadarshan > Software Engineer, > Data Technologies Team, > WSO2, Inc. http://wso2.com > lean.enterprise.middleware. > > email: [email protected] > phone:(+94) 771117673 > > -- > You received this message because you are subscribed to the Google Groups > "WSO2 Documentation" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/a/wso2.com/groups/opt_out. _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
