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
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
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:
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
*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
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
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
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