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
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
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
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
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
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
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:
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.
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
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
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.
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
12 matches
Mail list logo