Re: [Carbon-dev] Configuring ESB 4.0.0 with Qpid..

2011-07-19 Thread Amila Suriarachchi
This could be the bug that shankar found with the message store Qpid as well. Please try with ESB 4.0.1 thanks, Amila. On Mon, Jul 18, 2011 at 11:16 PM, Vijayaratha Vijayasingam rat...@wso2.comwrote: Hi, This is how i configured ESB to work with qpid.. I uncommented JMS transport receiver

Re: [Carbon-dev] Configuring ESB 4.0.0 with Qpid..

2011-07-19 Thread Vijayaratha Vijayasingam
I got resolved it ..with the following conf.. 1) Edit axis2.xml file(ESB_HOME/rpository/conf/axis2.xml) like; Under transport In section; !--Transport Ins -- !--Uncomment this and configure as appropriate for JMS transport support with Apache Qpid -- transportReceiver name=jms

Re: [Carbon-dev] Configuring ESB 4.0.0 with Qpid..

2011-07-19 Thread Supun Kamburugamuva
Hi Ratha, It'll be great if we can document these, may be in a KB? Thanks, Supun. On Tue, Jul 19, 2011 at 11:54 AM, Vijayaratha Vijayasingam rat...@wso2.comwrote: I got resolved it ..with the following conf.. 1) Edit axis2.xml file(ESB_HOME/rpository/conf/axis2.xml) like; Under transport

Re: [Carbon-dev] Configuring ESB 4.0.0 with Qpid..

2011-07-19 Thread Vijayaratha Vijayasingam
OK..will do..adding this @ ESB documentation also(since we support Qpid) Thanks -Ratha. On 19 July 2011 13:22, Supun Kamburugamuva su...@wso2.com wrote: Hi Ratha, It'll be great if we can document these, may be in a KB? Thanks, Supun. On Tue, Jul 19, 2011 at 11:54 AM, Vijayaratha

Re: [Carbon-dev] Configuring ESB 4.0.0 with Qpid..

2011-07-19 Thread Amila Suriarachchi
On Tue, Jul 19, 2011 at 11:54 AM, Vijayaratha Vijayasingam rat...@wso2.comwrote: I got resolved it ..with the following conf.. 1) Edit axis2.xml file(ESB_HOME/rpository/conf/axis2.xml) like; Under transport In section; !--Transport Ins -- !--Uncomment this and configure as appropriate for

Re: [Carbon-dev] Configuring ESB 4.0.0 with Qpid..

2011-07-19 Thread Manjula Rathnayake
Hi, To create durable queues with Qpid we have to provide as below with queue name. myqueue=jmsdestinationqueue; {create:always, node:{durable: True}} Thank you. On Tue, Jul 19, 2011 at 2:15 PM, Amila Suriarachchi am...@wso2.com wrote: On Tue, Jul 19, 2011 at 11:54 AM, Vijayaratha

[Carbon-dev] Configuring ESB 4.0.0 with Qpid..

2011-07-18 Thread Vijayaratha Vijayasingam
Hi, This is how i configured ESB to work with qpid.. I uncommented JMS transport receiver and sender in axis2.xml. And jndi.properties file contains the following configuration connectionfactory.TopicConnectionFactory = amqp://admin:admin@carbon /carbon?brokerlist='tcp://localhost:5672'