Hi Nirmal, I tried to use AMQP transport in stratos and it gave the following error javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Transport scheme NOT recognized: [amqp]
This is due to AMQP in ActiveMQ is implemented in server only and not in the client. Therefore we have to use some other client library such as Qpid Proton [1] (Which is recommend by ActiveMQ) to communicate with ActiveMQ using AMQP. [1] http://qpid.apache.org/proton/ On Thu, Apr 17, 2014 at 10:31 AM, Dinesh Bandara <[email protected]> wrote: > Will do > > > On Thu, Apr 17, 2014 at 10:08 AM, Nirmal Fernando > <[email protected]>wrote: > >> Thanks Dinesh for bringing this up. Now, I too wonder may be we should >> use AMQP transport instead of direct TCP transport. >> Can you do a test round only with AMQP transport? >> >> >> >> >> On Thu, Apr 17, 2014 at 9:52 AM, Dinesh Bandara <[email protected]> wrote: >> >>> Hi Devs, >>> >>> There were couple of threads regarding the issues with AMQP port. >>> Therefore I just tried out basic stratos setup with ActiveMQ by disabling >>> AMQP. >>> >>> Commented out following line in <ACTIVEMQ_HOME>/conf/activemq.xml >>> <transportConnector name="amqp" uri="amqp:// >>> 0.0.0.0:5672?maximumConnections=1000&wireformat.maxFrameSize=104857600<http://0.0.0.0:5672?maximumConnections=1000&wireformat.maxFrameSize=104857600> >>> "/> >>> >>> When I looked into jndi.properties file in stratos. We have used >>> openwire instead of amqp. >>> java.naming.provider.url=tcp://<mb_ip>:61616 >>> >>> Without amqp I was able to run startos and its features successfully. >>> >>> I'm glad if someone can verify the $subject >>> >>> Thanks. >>> >>> -- >>> *Dinesh Bandara* >>> Software Engineer >>> WSO2 Inc.; http://wso2.com >>> lean.enterprise.middleware >>> >>> >> >> >> -- >> Best Regards, >> Nirmal >> >> Nirmal Fernando. >> PPMC Member & Committer of Apache Stratos, >> Senior Software Engineer, WSO2 Inc. >> >> Blog: http://nirmalfdo.blogspot.com/ >> > > > > -- > *Dinesh Bandara* > Software Engineer > WSO2 Inc.; http://wso2.com > lean.enterprise.middleware > > -- *Dinesh Bandara* Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware
