Hi 

When Iam trying with the below durable configurations

         <bean id="jms" class="org.apache.camel.component.jms.JmsComponent"> 
        <property name="configuration">
            <bean class="org.apache.camel.component.jms.JmsConfiguration"> 
                <property name="connectionFactory"
ref="jmsConnectionFactory"/> 
        <property name="clientId" value="819" />
        <property name="durableSubscriptionName" value="myTopic" />

             </bean> 
        </property>
    </bean>

I am getting the below error:

Caused by: com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with
compcode '2' ('MQCC_FAILED') reason '2429' ('MQRC_SUBSCRIPTION_IN_USE').
        at
com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:223)
~[com.ibm.mqjms-7.0.1.1.jar:7.0.1.1 - k701-101-091116].
Any sugessions on this error?

Thanks,
Raheem



--
View this message in context: 
http://camel.465427.n5.nabble.com/CAMEL-IBM-MQ7-Spring3-0-tp5726692p5726765.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to