apache-camel
How to add dynamic destinations to camel?
I am new to Apache Camel. I am trying to build a pubsub pattern with Camel. I want to add subscribers dynamically so that a single event can be received by dynamic number of receivers. How can I d开发[详细]
2023-02-15 19:52 分类:问答What are the best practices to migrate to new version of libraries in OSGi environment?
I have the following case: There are some OSGi applications in our environment, which consists of apache-karaf 2.0 and apache-camel 2.4.0. Now we would like to switch our prod开发者_Python百科uction e[详细]
2023-02-15 13:44 分类:问答jaxws and camel route within servicemix
I would like to do something like this: <jaxws:endpoint id=\"AbcEsbHTTPEndpoint\" implementor=\"com.abc.esb.ABCWSServiceImpl\"[详细]
2023-02-14 12:15 分类:问答Duplicated messages on ActiveMQ
I use ActiveMQ as JMS broker and consumer, jmsTemplate to send the messages, 1 non-durable Topic for the moment. During the peak time I have~100 messages/second.[详细]
2023-02-13 23:38 分类:问答xpath from string
I\'m trying to do xpath expression from string literal. I create my xpath from some variables so I can\'t precalculate them. 开发者_JAVA技巧I end up with sth like this:[详细]
2023-02-12 14:58 分类:问答Camel JaxB Problem With Existing Route
I have an existing route that I want to add logging to, currently it passes its object round as an exchange string. In certain java methods that are called from the route it converts it to a model usi[详细]
2023-02-12 03:47 分类:问答Passing uniform webservices through Camel
I\'m contemplating using Camel for my project and would like to know if it\'s feasable or camel is not a good choice.[详细]
2023-02-08 10:03 分类:问答camel dynamic uri parameter
i want to implement the content enricher pattern with camel like this: from("direct:x").enrich(dynamicUri,new MyAggregatorStrategy()).to("dire开发者_StackOverflowct:y")[详细]
2023-02-07 05:11 分类:问答Using Camel to transparently log messages from queue
I have a legacy application running on Glassfish which I have just recently configured to use activemq rather than openMQ. My activemq bro开发者_开发技巧ker is running in a separate process outside of[详细]
2023-02-06 01:53 分类:问答HTTP request parameters consuming: Camel SU issue
Below is the code snippet for the Http Camel SU for consuming http messages. Can you please advise what is wrong with SMSProcessor component?[详细]
2023-02-05 13:31 分类:问答