Hi,
You can start the camel route as a common java programe as the url you
found in the camel web site.
There is no any other specific option you should specify for the common
use case.
I think you can copy the tomcat one by using the org.apache.camel.Main
as the main class.
On Mon Apr 9 11
On Sun Apr 8 09:14:05 2012, RR wrote:
I am a newbie to CAMEL. Pardon me if this is a so naive.
Our users are going to call a REST webservice that's going to load a very
big XML file and respond back only a portion of the XML. I came across
tokenizeXML() in Splitter EAI pattern and played around
camel-cxf leverage the CXF soap stack by redirect the invocation of the
method to the camel route.
ServiceMix is using the cxf-bc to handle the transport lever work and
cxf-se to parser the soap message.
On 4/6/12 10:24 AM, Castyn wrote:
I actually do have validation enabled on the CXF consu
On 4/4/12 10:49 PM, dvsridhar wrote:
Willem,
Thank you very much for you response.
Can we use Shiro security for cxfrs based restful services. From the
following link
(http://cxf.apache.org/docs/secure-jax-rs-services.html#SecureJAX-RSServices-Authorization)
i can see CXF security is primarily b
camel is using uri to the endpoint description (it supports different
transport protocol out of box), you just need to setup your route
dynamically with the different uri like this
from("ftp://xxx";).to("xxx")
from("sftp://xxx";).to("xxx")
etc.
On 4/5/12 12:40 AM, hotash.03 wrote:
Hi Camel
Hi
I have a bundle having camelcontext using propertyplaceholder to refer some
properties as shown below
/
http://camel.apache.org/schema/spring"/>
/
The properties "sender.uri" and "receiver.uri" a
Can you fill a JIRA[1] for it ?
[1] https://issues.apache.org/jira/browse/CAMEL
On Fri Apr 6 10:27:25 2012, Matt Narrell wrote:
This works fine with Mina, but chokes with Netty...
On Apr 3, 2012, at 4:25 PM, Matt Narrell wrote:
I have a route:
from("netty:tcp://somewhere:1234?...")
Hi,
Thanks for sharing this with us.
Do you mind to write a blog for it ? I'd be happy to add link in camel
articles[1].
[1]https://cwiki.apache.org/CAMEL/articles.html
On Mon Apr 9 04:19:55 2012, alexey-s wrote:
I use a camel running karaf. The data is stored in the database Oracle. From
On Mon, Apr 9, 2012 at 5:07 AM, Aaron Daubman wrote:
> Greetings,
>
> I'm wondering if anybody has any example/working/in-use init.d scripts used
> to start up a standalone camel-based app?
>
> I'm currently using the Main class from camel-spring, but am flexible. I am
> not using any container...
HI all
i plan to deploy my apache camel app remotely, and i would like to
configure an error handler so that , when an exception happens,
it sends me an email with the exception details.
I have read camel error handling docs, and i guess the best approach for me
would be to use a deadLetterErrorH
https://issues.apache.org/jira/browse/CAMEL-5151
Thanks,
mn
On Apr 9, 2012, at 5:51 AM, Willem Jiang wrote:
> Can you fill a JIRA[1] for it ?
>
> [1] https://issues.apache.org/jira/browse/CAMEL
>
> On Fri Apr 6 10:27:25 2012, Matt Narrell wrote:
>> This works fine with Mina, but chokes with N
Yes. It would be nice. I just have to find a free time =/
thank you too much
--
View this message in context:
http://camel.465427.n5.nabble.com/Throttling-maximumRequestsPerPeriod-problem-tp5586898p5628534.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi Camel riders,
I have tried tcp client consumer with camel-mina2 and confirmed that it
doesn't support it yet. Will this feature be available in 2.10?
Kind regards,
-Vid-
--
View this message in context:
http://camel.465427.n5.nabble.com/tcp-socket-client-consumer-endpoint-tp3276804p562912
13 matches
Mail list logo