Log in to follow, share, and participate in this community.
Thread FTP Consumer Template thread problem.
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 ...
Camel auditing to SQL and exchange recoverI 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...
Thread CamelBlueprintTestSupport intermittent camelContext loading problem
CamelBlueprintTestSupport intermittent camelContext loading problemHi, 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...
Starting Zookeeper ServerMy 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...
CXFRS versus RestletI 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...
Thread CamelBlueprintTestSupport expectedMinimumMessageCount sometimes works
CamelBlueprintTestSupport expectedMinimumMessageCount sometimes worksMy 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...
CamelBlueprintTestSupport - CXF testingHi, 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...
Issues with Camel-http4I 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)...
Camel Route File Polling MechanismI 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...
Mutual client authentication in ServicemixI 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...
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...
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...
How to use <threadPool> in XML fileHey, 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...
Thread How to intercept "jetty:http" endpoint in Camel route ???
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...
Thread custom load balancer / failover component handling an exception...
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. ...
Too many open files when routing filesI 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?
Camel Route Transaction Per Second so lowDear 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 ...
Feature creation propertiesHi, 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...