Hi

Do you have any connection pooling or some sort?

On Fri, Feb 1, 2013 at 4:25 PM, am.raheem <am.rah...@gmail.com> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to