• Datasource Setup

    Good day.   Can someone please help me with my datasource setup. I've essentially lost 2 days trying to get database connectivity.   I'm trying to deploy an OSGI bundle into FUSE ESB 4 that retrieves a sq...
    Profile Photo
    last modified by gvanstad
  • FTP through consumer template receiving only one file

    I am doing a FTP through consumer template and it is receiving only one file from specified folder. I am not sure why it is not pulling  all the files that match file name pattern?
  • How to call a Bean with parameters ?

    Hi,   I know that it's possible to call a bean with this syntax:   Ex:     .to("bean:beanName?method=transform")   But is it possible call a bean passing parameters ??   Ex: ...
    Profile Photo
    last modified by jklemm
  • camel-quartz in clustered server env

    I have to use camel quartz in a clustered deployment of multiple camel instances. I want my trigger to fire only once across the clustered. Request you to point me to approppiate document/resources for this.   T...
  • XML streaming and split

    I need to stream a large xml file. split it and ummarshall . Split is needed at multiple xpath level for header and body. What is best way to do it? I am tied with camel 2.7 so can not use camel-stax. Thanks
    Profile Photo
    last modified by ashutosh700_kmr_ashutosh
  • JAXB Marshalling and Character Escape Hander

    I have a JAX-B annotated class that contains an String element that has the contents of a CDATA section   e.g.   <![CDATA[ SOME CDATA HERE ]]>   When utilising the JAX-B marshalling availible ...
    Profile Photo
    last modified by rodders-miller
  • How to forward request to a secured external service in a camel route

    I need to forward a request from a secured (https) service to another secured external service as in:               I even tried using "camel:sslContextParameters" and pas...
    Profile Photo
    last modified by rvojjala
  • Setting provider for cxf:rsServer in Camel Blueprint

    Hi,   I have restlet endpoint:    
    Profile Photo
    created by milanmilas
  • Restlet with SSL configuration or any other Rest (CXF_RS) SSL framework

    Hi,   I am trying to figure out how to set SSL for my Restlet component in Camel route. I can see from the documentation that HTTPS hasn't been tested with Restlet component but not sure if it supports it and h...
    Profile Photo
    last modified by milanmilas
  • CEP with camel across multiple camel contexts in non intrusive way

    I am looking for some way to do event processing/auditing acorss many camel contexts in non intrusive way with minimal performance impact. Appreciate  any help on this.   Thanks Ashutosh
  • Monitoring of camel routes

    There are many options available for monitoring like   Fuse management console Camel web console JMX JON (Jboss operatioal network )   I want to know which one is most suitable for route monitoring ...
    Profile Photo
    last modified by ashutosh700_kmr_ashutosh
  • how to get message graph using MessageId and ExchangeId

    Hi,   I am sending exchange information to SQL database on every root as well as on exception. MessageId      ID:LON-DEV-MIMI-59365-1371750478793-13:2:1:1:8    ...
    Profile Photo
    last modified by milanmilas
  • <onException> with redelivery then<errorHandler  type="DeadLetterChannel"/>

    Hi,   I have created test route and what I want to achieve is: 1. Have redelivery policy set to =3 2. If Retry fails do some logic(logging,sending mail) 3. Send original message to DeadLetterQueue, so I can l...
    Profile Photo
    last modified by milanmilas
  • difference between WireTap and InOnly

    Hi,   I am not sure what is the difference if I write:       I want to use this for sending Exchange to Queue and logging to MSSQL database in another route for audit purpose.   Thanks, M...
    Profile Photo
    last modified by milanmilas
  • camel xslt an osgi - java.io.FileNotFoundException

    Hello,   I try to get a route with a xslt as osgi package up and running.   Environment: karaf - camel 2.11, camel 2.10 servicemix 4 and 5 route as simple xml file or as jar blueprint or spring xsl fi...
    Profile Photo
    last modified by labo32_delaboe
  • mass async processing witl large delay - async both webservice and wsclient

    Hallo   I need high load - 160 req/s - with large timeout - 20 s - proxy for failover and load balancing, it has to serve async 6400 pending requests.   I have following case: I have to expose webservice,...
    Profile Photo
    created by jjakub
  • Adding JMS route may block

    According to this issue which was resolved in Camel 2.10, a Camel AddRoute may block when using AMQ failover and one broker is down.   https://issues.apache.org/jira/browse/CAMEL-4770 http://grokbase.com/t/came...
    Profile Photo
    last modified by roboticon
  • camel audit logging in activemq using logback

    I am new to Camel and just started learning and using it for current project.   Am planning to audit the log message in activemq and to use 'logback' (I don't know whether any other suitable options available).&...
    Profile Photo
    last modified by subbusdm
  • Starting a Route with a paremeter via JMX

    Hello, I was wondering if I had a custom MBean I wanted to write which would have a parameter entered in via JMX, what would be the best way to start an existing route and pass it that parameter (via header or some ot...
    Profile Photo
    last modified by eric.bender
  • CamelBlueprintTestSupport injecting wrong route from time to time

    I have spent whole day on Camel Testing and still I dont have clue what am I doing wrong. If I have only one blueprint xml file with route it always works fine. If there are 2-3 other blueprint xml files it will pick...
    Profile Photo
    last modified by milanmilas