Re: TypeConverter for StringBuilder

2011-12-22 Thread bvahdat
Hi, the ticket [1] added it both for StringBuilder & StringBuffer. [1] https://issues.apache.org/jira/browse/CAMEL-4813 Babak -- View this message in context: http://camel.465427.n5.nabble.com/TypeConverter-for-StringBuilder-tp5092438p5096523.html Sent from the Camel - Users mailing list archi

Re: Camel JMS Request/Reply with Websphere

2011-12-22 Thread Claus Ibsen
Hi On Thu, Dec 22, 2011 at 11:46 PM, Mark Borner wrote: > > Hello: > > I'm trying to use Camel (v 2.6.0) JMS Request/Reply with Websphere 7 using > Websphere MQ. I'm successfully able to put the request message onto the > queue using the following URI: > > > jms:queue:inboundQueue?connectionFac

Re: ActiveMQ messages not being received

2011-12-22 Thread Claus Ibsen
Hi For topics you need durable subscribers to ensure they receive the message. As the message will be discarded if sent to a topic with no active subscribers. Durable subscribers ensures the message will be stored, and send when the subscriber becomes active. On Thu, Dec 22, 2011 at 10:04 PM, kr

Re: Connecting a External ActiveMQ

2011-12-22 Thread Brian Topping
Try using tcp://0.0.0.0:61616 for your broker URL. If that doesn't work, from the adm machine, type "telnet 192.168.100.30 61616". You should connect and see a few lines of garbage on the screen. If you do not, check the firewalls on the machines. If the garbage comes up, try your code again

Camel JMS Request/Reply with Websphere

2011-12-22 Thread Mark Borner
Hello: I'm trying to use Camel (v 2.6.0) JMS Request/Reply with Websphere 7 using Websphere MQ. I'm successfully able to put the request message onto the queue using the following URI: jms:queue:inboundQueue?connectionFactory=#connectionFactory&taskExecutor=#taskExecutor&transactionManager=#tr

Connecting a External ActiveMQ

2011-12-22 Thread ricardofaccioli
Hello, I have two applications: A broker and a adm. I have a problem, my adm don`t connect with broker app, when a using a broker in different computer. I have do all using java dsl: broker app: real ip (192.168.100.30) BrokerService brk = new BrokerService(); brk.addConnector("tc

ActiveMQ messages not being received

2011-12-22 Thread krishy
We use Camel to send and receive messages from ActiveMQ and observe that seemingly randomly our integration tests fail. I have not been able to observe any pattern and even with Camel turned up to TRACE level, see no exceptions/errors in the logs. Most test cases are a variation of the following:

Re: CFX - problem when receiving web service response

2011-12-22 Thread kafe
Actually, i solved my problem by adding a GZIPInInterceptor to my CXF endpoints. Thx for help. -- View this message in context: http://camel.465427.n5.nabble.com/CXF-problem-when-receiving-web-service-response-tp4994825p5094957.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Can we define jetty property of the server when using camel cxf endpoint ?

2011-12-22 Thread Willem Jiang
You can use the same jetty configuration which is provided in CXF[1] [1] http://cxf.apache.org/docs/jetty-configuration.html On Thu Dec 22 16:38:58 2011, cexbrayat wrote: Can you provide a small sample please ? I can't find how to configure it in the docs. -- View this message in context: htt

Re: Dynamically loading XML configured routes

2011-12-22 Thread db
Hi Raul Many thanks for the response. I have solved the problem by creating a Spring post processing converter to read them out of the Spring context and programatically adding them to the Camel context. This seems to work well. I have attached the solution below if any others have a similar re

Re: Does the FileConsumer swallow an exception by just only logging it?

2011-12-22 Thread bvahdat
Hi, Any thoughts somebody would like to share about this quesiton? Babak -- View this message in context: http://camel.465427.n5.nabble.com/Does-the-FileConsumer-swallow-an-exception-by-just-only-logging-it-tp5054954p5094026.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Can we define jetty property of the server when using camel cxf endpoint ?

2011-12-22 Thread cexbrayat
Can you provide a small sample please ? I can't find how to configure it in the docs. -- View this message in context: http://camel.465427.n5.nabble.com/Can-we-define-jetty-property-of-the-server-when-using-camel-cxf-endpoint-tp3398816p5093959.html Sent from the Camel - Users mailing list archive