• FTP Consumer Template thread problem.

    I'm running Karaf 2.2.2 Camel 2.8.1 on Windows, Linux and HPUX   I've a route that recieve HL7 messages via MLLP. each message content a file name. My route content a processor that intenciate a ftp consumer ...
    Profile Photo
    last modified by sekaijin
  • Camel auditing to SQL and exchange recover

    I need a guidance how to implement Auditing in Camel to SQL database as well as storing failed messages to a database. There should be as well UI for pushing messages back to the camel.   Auditing: I would l...
    Profile Photo
    last modified by milanmilas
  • Restlet - how to set Locaton header (OData requires this)

    Response response = exchange.getIn().getHeader(RestletConstants.RESTLET_RESPONSE, Response.class); response.setStatus(Status.SUCCESS_NO_CONTENT); response.setLocationRef("http://localhost:8887/IVRInterface/CreateShi...
    Profile Photo
    last modified by milanmilas
  • CamelBlueprintTestSupport intermittent camelContext loading problem

    Hi,   I have some camel routes defined in blueprint doing a variety of things covered by unit tests using CamelBlueprintTestSupport.   Normally the tests pass but approximately every 15-20 attempts they fa...
    Profile Photo
    last modified by jasonnh
  • Starting Zookeeper Server

    My jboss fuse 6.0 beta is having trouble starting zookeeper after creating a fabric.  I have compared it against a version with the same binary code (ie. same download) that has a working fabric.  I have tra...
    Profile Photo
    last modified by wmcdonald
  • CXFRS versus Restlet

    I need to create the RESTful API for a camel workflow.   Which one from the two above do you recommend, please? What are the pros and cons of each approach?   Edited by: sergevil@gmail.com on Mar 28, 2013...
    Profile Photo
    created by sergevil
  • CamelBlueprintTestSupport expectedMinimumMessageCount sometimes works

    My test never works in JUnit Debug mode and if I use run as JUnit it works sometimes? If I do get "OK" response I know that the message has gone through the route, as well I can see log from ExchangeInvestigationP...
    Profile Photo
    last modified by milanmilas
  • CamelBlueprintTestSupport - CXF testing

    Hi,   fuse-esb-7.1.0.fuse-047 FUSE IDE 7.1 Java 1.7   I am trying to create simple test using CXF and CamelBlueprintTestSupport. I got code from archetype for camel-CXF and camel-blueprint:   publ...
    Profile Photo
    last modified by milanmilas
  • Issues with Camel-http4

    I am trying to use camel-http4. This bundle is installed and is active.    When I try to get HttpComponent as below:   HttpComponent httpComponent = context.getComponent("http4", HttpComponent.class)...
    Profile Photo
    last modified by rvojjala
  • Camel Route File Polling Mechanism

    I have about 500 files in 1 folder that i want to route using the Camel Route. My question is, what is the mechanism of Camel to determine which file will be send first, second, third and so on. Is it random polling...
    Profile Photo
    last modified by mari_yaguchi
  • Mutual client authentication in Servicemix

    I have a route like the following:       I am still getting "" HTTP operation failed invoking https//ExternalServer:9402/....." with 500 code."...   Can anyone please help me and point me to wha...
    Profile Photo
    last modified by rvojjala
  • Camel Route based on java.nio?

    Hi,   I just want to know if Camel is based on the java.nio to do some operations with files?   And when Camel routes some files, what exactly camel do? Is it copy the files to the target or read the file...
    Profile Photo
    last modified by mari_yaguchi
  • custom load balancer / exception handling....

    in my custom load balancer, I sense an exception and create a custom exception... like the following:   Exception ex = exchange.getException(); myex = new MyException("my exception occurred"); exchange.setExc...
    Profile Photo
    created by e0richt
  • How to use <threadPool> in XML file

    Hey, I tried to use the  tag in XML file without using any Java? Really appreciate your help I want to use this threadPool to share the same thread to any routes.   My camel now look like this, is it the r...
    Profile Photo
    last modified by mari_yaguchi
  • How to intercept "jetty:http" endpoint in Camel route ???

    I am looking to intercept Jetty HTTP endpoint where the Camel route is starting from.   My Camel route is as followed:       I want to be able to read the SSL details for which I need HttpServle...
    Profile Photo
    last modified by rvojjala
  • custom load balancer / failover component handling an exception...

    hi,   I have a camel route that has an activemq producer that sends messages to a primary node while available. if the connection to the primary node fails then the messages should be sent to the backup node. ...
    Profile Photo
    last modified by e0richt
  • Too many open files when routing files

    I use camel route to route some files, but then I get error  "too many open files". I use thread here, how can I solve this issue? Is there any maximum thread configuration here?
    Profile Photo
    last modified by mari_yaguchi
  • Dynamic address for Cxf Endpoint for external service with WSS UserToken

    We have a requirement to intercept any call with URL certain pattern and rewrite the URL such that it points to an external web service.   To explain the requirement with an example: Client application submits...
    Profile Photo
    last modified by rvojjala
  • Camel Route Transaction Per Second so low

    Dear all, i just learn about Camel to route some files in Fuse ESB. But the result I get from my test is the performance is very low. The TPS i got is very low, i got just about 15-20 tps for routing file from and to ...
    Profile Photo
    last modified by mari_yaguchi
  • Feature creation properties

    Hi, I need to have possibility to turn off or turn on route execution. The only idea I came with is to have some feature bundle property there it will be configured which routes to create, but I don't know how to ac...
    Profile Photo
    last modified by jinalu