If you are expecting acks returned from the external web socket
server, you will need to add the corresponding from-endpoint. Take a
look at the route configuration of this ahc-ws request/response test.
https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=components/camel-ahc-ws/src/test/ja
No one is here to support this issue?
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-tp5761107p5761112.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hello,
i would use sql component (http://camel.apache.org/sql-component.html) into
a transactional scenario.
For example:
0) begin
1) insert
2) insert
3) commit
I am using mysql.
What is the best strategy to do it using camel's component?
Tnkx
--
View this message in context:
http://ca
Hello,
i am using sql component with CamelSqlRetrieveGeneratedKeys=true but after
an insert operation i don't have any CamelSqlGeneratedKeyRows header.
Is it a bug?
I am using mysql server 5.1.
Tnkx
--
View this message in context:
http://camel.465427.n5.nabble.com/SQL-COMPONENTE-CamelSqlGe
Hi,
Any one can advice on below issue please
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-tp5761107p5761109.html
Sent from the Camel - Users mailing list archive at Nabble.com.
You could use a new Processor inline in the Java DSL and throw the
exception from within the Processor? The exchange is the parameter in the
interface method so you can create the exception with anything you want in
it.
--
View this message in context:
http://camel.465427.n5.nabble.com/Getti
I am doing message transfer with Active MQ's. When i transfer the Message
contents to a ActiveMq Endpoint, All the camel exchange properties are lost.
How to use exchange properties with Active Mq.
My Implementation.,
/person/city = 'London'
*
Hi
Its only the content from the message that is transferred, eg body + headers.
And for JMS there is some restrictions. See the Camel JMS page for more details.
On Mon, Dec 29, 2014 at 4:55 PM, sathiyaraja
wrote:
> I am doing message transfer with Active MQ's. When i transfer the Message
> cont
Smells like a bug in the way you build up the SQL so start by getting it to run
in your IDE or db client.
Or write the SQL you expect and some unit tests.
If that works and Camel doesn't then send the test, that's the fastest way to
get help.
Also see http://camel.apache.org/support.html
Taariq