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.com>wrote:

> 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'
> connectionfactory.QueueConnectionFactory = amqp://admin:admin@carbon
> /carbon?brokerlist='tcp://localhost:5672'
> destination.dynamicQueues/myqueue=jmsdestinationqueue; {create:always}
> destination.myqueue=jmsdestinationqueue; {create:always}
>
> Now, when i create a message store , im getting follwoing exeception;
>
> [2011-07-18 22:57:03,048] ERROR - JMSMessageStore JMS error while
> retrieving messages from the store
> : testMsgStore
> javax.jms.JMSException: Error registering consumer:
> org.apache.qpid.AMQException: The name 'testMsgS
> tore_Queue' supplied in the address doesn't resolve to an exchange or a
> queue
>         at
> org.apache.qpid.client.AMQSession$4.execute(AMQSession.java:2036)
>
>
> My 'MessageStore' configuration is as follows;
>
> <messageStore xmlns="http://ws.apache.org/ns/synapse";
> class="org.wso2.carbon.message.store.persistence.jms.JMSMessageStore"
> name="testMsgStore">
>     <parameter
> name="java.naming.factory.initial">org.apache.qpid.jndi.PropertiesFileInitialContextFactory</parameter>
>     <parameter
> name="java.naming.provider.url">repository/conf/jndi.properties</parameter>
> </messageStore>
>
> How should i create a message store with Qpid?
>
> Thanks
> -Ratha.
>
> _______________________________________________
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to