Re: unregistering JMS consumers

2014-06-10 Thread Claus Ibsen
Hi Are you using any connection pool for JMS, if so remember to stop that too. On Wed, Jun 11, 2014 at 1:24 AM, jburford wrote: > Hi. > > I have a network of activemq brokers and for scale & HA we have competing > consumers on each node on the same queues. When one node has a failure, I > want

unregistering JMS consumers

2014-06-10 Thread jburford
Hi. I have a network of activemq brokers and for scale & HA we have competing consumers on each node on the same queues. When one node has a failure, I want to unregister JMS consumers so that messages do not get sent to the node by activemq. When I call CamelContext.stop and/or CamelContext.sto

Re: CustomSoapFault Problem

2014-06-10 Thread Willem Jiang
There are two MyWebServiceFault element definition in wsdl. Can you remove the one which target namespace is "http://nono.com/“? -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo:

Re: Issue - waiting for namespace handlers [http://www.springframework.org/schema/osgi]

2014-06-10 Thread Aki Yoshida
you are mixing the spring stuff with blueprint. As a result, it ends up incorrectly looking up the spring osgi namespace handler. you have to use the reference element from the blueprint namespace instead. regards, aki 2014-06-09 20:23 GMT+02:00 Happy User : > Tried to expose activemq as OSGI ser

Poll multiple ftp locations at the same time and perform some action

2014-06-10 Thread Sonali Kate
*Requirement*: Poll multiple ftp locations at the same time and perform some action. My application (Java based) should keep on polling all available ftp’s and perform some action. For Example: Say I have, 1.FTP 1 with directory path=D:\userFtp1_dir 2.FTP 2 with directory p

Re: CustomSoapFault Problem

2014-06-10 Thread nono
By exception message you mean MyWebServiceFault extends Exception ? By SoapFault message you mean MyWebServiceFault (JAXB POJO)? acutally they shold not have name space conflicting, i followed exactly your blog at com.nono package , i put MyWebServiceFault (exception message) which targetNames

Regression testing using CamelSpringTestSupport

2014-06-10 Thread gopalk
I am creating sequence of TestSteps, to execute. In first step I am calling a CXF endpoint. It internally calls a JMS endpoint which has a InOut pattern. When the first step executed, its hitting the CXF endpoint and putting the message in the Queque, its waiting for the response. I have configured

Re: data_coding in camel-smpp

2014-06-10 Thread PinkSs
Yes this works for me itself but using encoding in URI makes all messages in assigned set, means for Unicode msgs. I also want to send text messages through same connection. Thus, In my implementation I need to set encoding at runtime so that I could use same URI connection for sending all types