jms component: Parameter destination.consumer.exclusive does not work

2017-04-05 Thread Christian Schneider
=[{destination.consumer.exclusive=true}] Best Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: camelContext not found in karaf 4.1.0

2017-03-23 Thread Christian Schneider
to migrate to blueprint Regards Plamen Traianov On 23 Mar 2017, at 11:54, Christian Schneider [via Camel] <ml-node+s465427n5796021...@n5.nabble.com> wrote: You can fix this error by adding the spring legacy repo. features:repo-add spring-legacy 4.1.0 It provides older versions of

Re: camelContext not found in karaf 4.1.0

2017-03-23 Thread Christian Schneider
-- View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796000.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Recommend a platform for running Camel

2017-03-14 Thread Christian Schneider
a large number of processes. On to the next option fabric8/kubernetes. -- View this message in context: http://camel.465427.n5.nabble.com/Recommend-a-platform-for-running-Camel-tp5795331p5795364.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http

Re: Recommend a platform for running Camel

2017-03-13 Thread Christian Schneider
/kubernetes thats looks interesting. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Recommend-a-platform-for-running-Camel-tp5795331p5795335.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source

Re: Recommend a platform for running Camel

2017-03-12 Thread Christian Schneider
gt; > Mike > > > > > > -- > View this message in context: http://camel.465427.n5.nabble. > com/Recommend-a-platform-for-running-Camel-tp5795331.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- -- Christian Schneider http://www

Re: Instead of parallel JMS consumption only sequentially processed

2016-11-25 Thread Christian Schneider
wrong? Thanks for any hints. Thanks Oli -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: CXF cross cutting concerns

2016-03-15 Thread Christian Schneider
gs. But there are a large number of these services with WSDLs for many aspects of inventory, supply, invoices, etc. -- View this message in context: http://camel.465427.n5.nabble.com/CXF-cross-cutting-concerns-tp5778798.html Sent from the Camel - Users mailing list archive at Nabble.com. -

Re: CXF cross cutting concerns

2016-03-14 Thread Christian Schneider
ould expose it or not. So if I have different > security > requirements for invoices, supplier look up, etc. I can set that up in one > project and then whatever bundles get installed and register themselves > correctly will get picked up and exposed automatically. > > > > >

Re: CXF cross cutting concerns

2016-03-11 Thread Christian Schneider
> > > > > > > method="invokeServiceFromREST" /> > > > > > > > -- > View this message in context: > http://camel

Re: CXF cross cutting concerns

2016-03-10 Thread Christian Schneider
ext: http://camel.465427.n5.nabble.com/CXF-cross-cutting-concerns-tp5778798.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Camel SAP component

2016-03-02 Thread Christian Schneider
Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: OsgiServiceRegistry caching service references, why?

2016-02-11 Thread Christian Schneider
in the background. Beans that are obtained in the BlueprintContainer registry will have a blueprint proxy and will be unchanged from what they where before. Thanks, Richard On Wed, Feb 10, 2016 at 11:55 PM, Quinn Stevenson < qu...@pronoia-solutions.com> wrote: -- Christian Schneider http://www.

Re: OsgiServiceRegistry caching service references, why?

2016-02-10 Thread Christian Schneider
n is present in blueprint it will always take predence over the bean in the OsgiServiceRegistry. On Wed, Feb 10, 2016 at 8:01 AM, Christian Schneider < ch...@die-schneider.net> wrote: If you inject a blueprint reference to a service into a RouteBuilder class then I would expect that

Re: OsgiServiceRegistry caching service references, why?

2016-02-10 Thread Christian Schneider
of the ticket in which the service object is being cached exists for scenario 2 and scenario 3. Both these scenarios find the bean in the OsgiServiceRegistry, so the BlueprintContainerRegistry is not used. On Wed, Feb 10, 2016 at 1:47 PM, Christian Schneider < ch...@die-schneider.net> wrote

Re: OsgiServiceRegistry caching service references, why?

2016-02-10 Thread Christian Schneider
the underlying service reference. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-02-02 Thread Christian Schneider
ere replaced. On Feb 2, 2016, at 2:24 AM, Christian Schneider <ch...@die-schneider.net> wrote: There is a much simpler way to use an OSGi service with blueprint. Simply use the bean component of camel. It resolves beans against the camel registry. When you define your camel context using

Re: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-02-02 Thread Christian Schneider
there is no service. Sounds quite strange. Can you check in karaf using the service:list command that there is really no Echo service running anymore? Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-02-02 Thread Christian Schneider
ueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint.xsd; http://camel.apache.org/schema/blueprint;> -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-02-02 Thread Christian Schneider
, Christian Schneider <ch...@die-schneider.net wrote: There is a much simpler way to use an OSGi service with blueprint. Simply use the bean component of camel. It resolves beans against the camel registry. When you define your camel context using blueprint then the camel registry automatica

Re: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-02-02 Thread Christian Schneider
going to put some samples in the JIRA issue that was created for > this - is that still the right place? Or do we need a different JIRA issue? > > > On Feb 2, 2016, at 3:15 PM, Christian Schneider <ch...@die-schneider.net> > wrote: > > > > On 02.02.2016 23:08, Quinn

Re: A silly idea?

2016-01-14 Thread Christian Schneider
illy-idea-tp5776224.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46=http%3a%2f%2fwww.liquid-reality.de> Open Source Architect http:

Re: Camel Routes: Identify end of Processing in a Route

2015-12-17 Thread Christian Schneider
he records processing is complete? Thanks, Ganga -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Routes-Identify-end-of-Processing-in-a-Route-tp5775224.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de O

Compatibilty of camel 2.13.x and karaf 2.3.x

2015-12-15 Thread Christian Schneider
the servlet API 3 bundle refs in the feature file with 2.5 refs? I found these related issues: https://issues.apache.org/jira/browse/CAMEL-3941 https://issues.apache.org/jira/browse/SMX4-924 Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: java dsl vs blueprint xml

2015-12-15 Thread Christian Schneider
-vs-blueprint-xml-tp5775085p5775097.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: java dsl vs blueprint xml

2015-12-15 Thread Christian Schneider
in context: http://camel.465427.n5.nabble.com/java-dsl-vs-blueprint-xml-tp5775085.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: java dsl vs blueprint xml

2015-12-15 Thread Christian Schneider
.465427.n5.nabble.com/java-dsl-vs-blueprint-xml-tp5775085p5775091.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Camel JMS Issue

2015-11-06 Thread Christian Schneider
age in context: http://camel.465427.n5.nabble.com/Camel-JMS-Issue-tp5773432.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Transactional Route with JTA

2015-11-01 Thread Christian Schneider
from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Transactional Route with JTA

2015-10-30 Thread Christian Schneider
kicks off and therefore doesn't cover the JMS consumption itself. Maybe this resource helps: https://access.redhat.com/documentation/en-US/Fuse_ESB_Enterprise/7.0/html/EIP_Transactions_Guide/XaJms-Overview.html Raúl. On 30 Oct 2015 14:31, "Christian Schneider" <ch...@die-schneider.ne

Transactional Route with JTA

2015-10-30 Thread Christian Schneider
n/resources/OSGI-INF/blueprint/blueprint.xml Any idea what I am doing wrong? Or do I misunderstand the concept of transactional routes in camel and this simply can not work? Can I debug the transaction handling somehow? Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Transactional Route with JTA

2015-10-30 Thread Christian Schneider
in the container: https://git-wip-us.apache.org/repos/asf?p=servicemix.git;a=blob;f=activemq/activemq-service/src/main/resources/OSGI-INF/blueprint/activemq-service.xml . Regards, *Raúl Kripalani* -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Transactional Route with JTA

2015-10-30 Thread Christian Schneider
consumption itself. Maybe this resource helps: https://access.redhat.com/documentation/en-US/Fuse_ESB_Enterprise/7.0/html/EIP_Transactions_Guide/XaJms-Overview.html Raúl. On 30 Oct 2015 14:31, "Christian Schneider" <ch...@die-schneider.net> wrote: I am trying to set up a route

Re: Camel and JTA

2015-04-19 Thread Christian Schneider
Unfortunately camel is quite fixed on spring in the transaction support. I would also prefer to completely get rid of the spring dependency in OSGi. At least it works together with blueprint nicely. Christian Am 19.04.2015 um 19:54 schrieb Charlie Mordant: Hi Jean-Yves, But you're always

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-12 Thread Christian Schneider
/interactiveMode usePluginRegistryfalse/usePluginRegistry offlinefalse/offline /settings Thanks and regards Christian Christian Eugster Docuteam GmbH Langacker 16 Postfach CH-5405 Baden-Dättwil +41 (0)56 470 03 37 c.eugs...@docuteam.ch -- Christian Schneider http://www.liquid-reality.de Open

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
maven repository without any problems. Christian Christian Eugster Docuteam GmbH Langacker 16 Postfach CH-5405 Baden-Dättwil +41 (0)56 470 03 37 c.eugs...@docuteam.ch -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
Postfach CH-5405 Baden-Dättwil +41 (0)56 470 03 37 c.eugs...@docuteam.ch -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
Unable to install and karaf.log as provided in one of the previous emails. Regards Christian Christian Eugster Docuteam GmbH Langacker 16 Postfach CH-5405 Baden-Dättwil +41 (0)56 470 03 37 c.eugs...@docuteam.ch Am 10.03.2015 um 18:04 schrieb Christian Schneider ch...@die-schneider.net: You can

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
...@docuteam.ch -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
-sample-tp5763885p5763901.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
? Christian Christian Eugster Docuteam GmbH Langacker 16 Postfach CH-5405 Baden-Dättwil +41 (0)56 470 03 37 c.eugs...@docuteam.ch -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Route executed in sync - one after another

2014-12-12 Thread Christian Schneider
to do the trick. Maybe I'm just overlooking something obvious :) Regards - and have a nice weekend, Svend -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Camel distributed transactions/XA without full J2EE container?

2014-12-09 Thread Christian Schneider
and adapt so please feel free to prove us wrong... Thanks Guy -- View this message in context: http://camel.465427.n5.nabble.com/Camel-distributed-transactions-XA-without-full-J2EE-container-tp5760152p5760337.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian

Re: [HEADS UP] - camel-scr for OSGi with pure Java in Camel 2.15

2014-11-11 Thread Christian Schneider
, Christian Schneider ch...@die-schneider.net wrote: I just looked into the camel-scr component. If found some design issues: - Why do we need to @Reference to ComponentResolver. I think we should do this under the covers so the user does not have to configure it himself. The easiest way would probably

Re: [HEADS UP] - camel-scr for OSGi with pure Java in Camel 2.15

2014-11-10 Thread Christian Schneider
is in the camel-scr module. And there is a camel-scr feature to install the module. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Calling a camel route seems to commit an outside transaction

2014-11-07 Thread Christian Schneider
at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Calling a camel route seems to commit an outside transaction

2014-11-06 Thread Christian Schneider
Seems our analysis was wrong. Camel is not involved in the problem after all. It seems to be a problem with hibnernate doing a commit before a criteria based lookup. Christian On 05.11.2014 16:23, Christian Schneider wrote: I have an application running in OSGi that uses aries blueprint

Calling a camel route seems to commit an outside transaction

2014-11-05 Thread Christian Schneider
route. Any idea why this happens and how I could avoid it? Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Application naivity about endpoints

2014-10-07 Thread Christian Schneider
to individual connection factories in code. Are we missing something? Thanks, James -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Babel: new DSL for Camel

2014-10-07 Thread Christian Schneider
://groups.google.com/forum/#!forum/babel-user Have a nice coding day! Christophe -- View this message in context: http://camel.465427.n5.nabble.com/Babel-new-DSL-for-Camel-tp5756172p5757382.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid

Re: Application naivity about endpoints

2014-10-07 Thread Christian Schneider
13:31, James Green wrote: This is a standalone Spring app with Java configuration. On 7 October 2014 12:21, Christian Schneider ch...@die-schneider.net wrote: If you are deploying to a web container then you should refer to the ConnectionFactory using JNDI. If you are using OSGi you can use

Re: Desktop applications

2014-07-15 Thread Christian Schneider
it together into within a desktop application. Thanks, Jon -- View this message in context: http://camel.465427.n5.nabble.com/Desktop-applications-tp5753788.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source

Re: Desktop applications

2014-07-15 Thread Christian Schneider
I also think this sounds like a good case for camel. Christian On 15.07.2014 18:42, Matt Sicker wrote: A fat rich client like that sounds like a good use case of Camel to me. On 15 July 2014 05:30, Jon Mithe jon.mi...@gmail.com wrote: -- Christian Schneider http://www.liquid-reality.de

Re: Best suitable architecture using Camel

2014-06-18 Thread Christian Schneider
you not use camel and use cxf (jaxrs in my case) directly. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Best suitable architecture using Camel

2014-06-13 Thread Christian Schneider
missunderstanding how Camel really works so I´ll be glad to hear what I´m wrong about ;) -- View this message in context: http://camel.465427.n5.nabble.com/Best-suitable-architecture-using-Camel-tp5752219.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http

Re: Request/reply JMS (ActiveMQ)

2014-05-30 Thread Christian Schneider
- Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Request/reply JMS (ActiveMQ)

2014-05-29 Thread Christian Schneider
archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Camel main class in osgi bundle

2014-01-21 Thread Christian Schneider
RouteBuilder -- View this message in context: http://camel.465427.n5.nabble.com/Camel-main-class-in-osgi-bundle-tp5746113p5746246.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Camel main class in osgi bundle

2014-01-19 Thread Christian Schneider
of the private OSGi part. Aleksey -- View this message in context: http://camel.465427.n5.nabble.com/Camel-main-class-in-osgi-bundle-tp5746113p5746209.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http

Re: Is the higher OSGi version really needed?

2013-09-09 Thread Christian Schneider
. Thanks Adam -- View this message in context: http://camel.465427.n5.nabble.com/Is-the-higher-OSGi-version-really-needed-tp5738924.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http

Re: Camel CXF Consumer Route in OSGi not available

2013-07-25 Thread Christian Schneider
mailing list archive at Nabble.com. -- -- Christian Schneider http://www.liquid-reality.dehttps://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46URL=http%3a%2f%2fwww.liquid-reality.de Open Source Architect http://www.talend.comhttps://owa.talend.com/owa/redir.aspx?C

Re: Blueprint/@Produce

2013-05-22 Thread Christian Schneider
arrives. I assume my bean is not instantiated. Any hints? Thanks! Thomas. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Future of Fuse IDE

2013-05-18 Thread Christian Schneider
at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Using camel with ESB like TIBCO

2013-05-17 Thread Christian Schneider
.nabble.com/Using-camel-with-ESB-like-TIBCO-tp5732699.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Steps to replace a direct call by a JMS proxy?

2013-05-14 Thread Christian Schneider
-call-by-a-JMS-proxy-tp5732430.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Steps to replace a direct call by a JMS proxy?

2013-05-14 Thread Christian Schneider
with using a producertemplate? Is is possible? Thanks, Al. F -- View this message in context: http://camel.465427.n5.nabble.com/Steps-to-replace-a-direct-call-by-a-JMS-proxy-tp5732430p5732488.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http

Re: How would you implement this simple, but tricky little route?

2013-02-15 Thread Christian Schneider
in context: http://camel.465427.n5.nabble.com/How-would-you-implement-this-simple-but-tricky-little-route-tp5727651.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Google Plus - Apache Group

2013-02-01 Thread Christian Schneider
. Enterprise Architect (RedHat) Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Christian Schneider Karaf Tutorial Part 6 - Database Access problem

2012-11-20 Thread Christian Schneider
(1.1) and It works Now I have to find out which feature install Apache ServiceMix :: Specs :: Java Persistence API A + JYT -- View this message in context: http://camel.465427.n5.nabble.com/Christian-Schneider-Karaf-Tutorial-Part-6-Database-Access-problem-tp5722958p5722992.html Sent

Re: Christian Schneider Karaf Tutorial Part 6 - Database Access problem

2012-11-19 Thread Christian Schneider
to zero by following step by step tutorial. but it does not work with JPA the list of deployed bundles the error is I think I'm missing a bundle but I do not find that thank to help me A+JYT -- View this message in context: http://camel.465427.n5.nabble.com/Christian-Schneider-Karaf

Re: Do Apache Camel needs a SAP integration?

2012-11-10 Thread Christian Schneider
Hi Thomas, I am also interested in the component. Perhaps you can put it to github. Make sure to put licensing information into your code so people know what they may do with it. Christian On 11/09/2012 03:41 PM, Thomas Weinschenk wrote: Hello guys, I also created a Camel SAP component based

Re: Managing high availability with Camel

2012-10-18 Thread Christian Schneider
-availability-with-Camel-tp5721254.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Camel OSGi Question

2012-08-22 Thread Christian Schneider
and from where? I however tried this command in the command line of my service mix but nothing happened. After hitting enter, the cursor would blink for ever. Any suggestions? Regards, Jothi -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application

Re: Managing the Camel libraries and Setting up the Camel Classpath

2012-08-14 Thread Christian Schneider
@gnanagurus -- View this message in context: http://camel.465427.n5.nabble.com/Managing-the-Camel-libraries-and-Setting-up-the-Camel-Classpath-tp5717187.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source

Re: New JMS connection being created for every message

2012-08-01 Thread Christian Schneider
://camel.465427.n5.nabble.com/New-JMS-connection-being-created-for-every-message-tp5637735p5676000.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http

Re: soap over jms

2012-07-20 Thread Christian Schneider
class. If I am wrong, please correct me. --Thanks Bhushan -- View this message in context: http://camel.465427.n5.nabble.com/soap-over-jms-tp5715942p5716279.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de

Re: Camel OSGi services component

2012-06-21 Thread Christian Schneider
to communicate between endpoints in different bundles. Here is the link: https://github.com/szhem/camel-osgi I've already raised JIRA issue - https://issues.apache.org/jira/browse/CAMEL-5292 So I'd like to have some feedback if it seems to be useful. Regards, Sergey -- Christian Schneider

Re: Camel OSGi services component

2012-06-20 Thread Christian Schneider
-osgi I've already raised JIRA issue - https://issues.apache.org/jira/browse/CAMEL-5292 So I'd like to have some feedback if it seems to be useful. Regards, Sergey -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http

Re: Simple language question

2012-06-19 Thread Christian Schneider
= CXRefDataCache method= put/ to uri=somewhere /filter filter I guess I am looking for a local variable where I could store the result of a predicate on 1 line and use that local variable in the simple expression of the filter. Making sense? Thanks again -- Christian

Re: recipient list sending to multiple Camel Processors

2012-06-14 Thread Christian Schneider
wrote: Is it possible to send a message to a group of Camel processors using a recipient list ? I have looked through the documentation and cannot find an example of this. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http

Re: Adding Dependencies in pom.xml

2012-06-13 Thread Christian Schneider
archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Cycle polling

2012-05-29 Thread Christian Schneider
solution for the problem you described. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
in such a thing? Do we perhaps have a similar thing that I just overlooked? Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
), and then for each jms queue that gets added you redirect it to that seda queue ? On 05/23/2012 01:03 PM, Christian Schneider wrote: I would like to listen to a list of jms queues and for each queue do the same route. Currently I use a RouteBuilder that gets the jms endpoint uri in its

Re: Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
/Dynamic-list-of-consumers-for-the-same-route-tp5713374p5713383.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: How to develop a Camel route OSGi Bundle

2012-05-23 Thread Christian Schneider
to write a tutorial on how to develop deploy a Java DSL route as OSGi bundle. Thanks in advance! -- View this message in context: http://camel.465427.n5.nabble.com/How-to-develop-a-Camel-route-OSGi-Bundle-tp5713306.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian

Re: Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
, Christian Schneider ch...@die-schneider.net wrote: The problem is that the from endpoints are not known at compile time and can change at any time. Besides that we need transactionality. Not sure if seda provides that. Christian Am 23.05.2012 13:41, schrieb Serkan Eryilmaz: Couldn't you just create

Re: Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
route between queues with config from a db or file. Christian Am 23.05.2012 15:10, schrieb James Carman: Are you in need of a topic rather than a queue? On Wed, May 23, 2012 at 8:13 AM, Christian Schneider ch...@die-schneider.net wrote: The problem is that the from endpoints are not known

Re: Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
this cool example! On Wed, May 23, 2012 at 10:22 AM, Christian Schneider ch...@die-schneider.net wrote: Yes .. that is what I intended to do. As the deployment is in OSGi I plan to use the config admin service integration in blueprint. So the bundle restarts automatically on config changes

Re: How to get this done in Camel

2012-05-15 Thread Christian Schneider
15.05.2012 13:11, schrieb soumya_sd: Christian Schneider wrote You can´t really dynamically create the bean using camel DSL. It will always be created at the time the route is added to camel. Of course you can have one singleton bean that then creates the other bean in java code. @Christian - what I

Re: karaf 2.2.5, cxf 2.6.0 and camel 2.9.0 install problem

2012-04-30 Thread Christian Schneider
-0-install-problem-tp5675060.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: New JMS connection being created for every message

2012-04-26 Thread Christian Schneider
jee:jndi-lookup id=mqJmsConnectionFactoryJNDI jndi-name=java:wmqcf / -- View this message in context: http://camel.465427.n5.nabble.com/New-JMS-connection-being-created-for-every-message-tp5637735p5667039.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http

Re: New JMS connection being created for every message

2012-04-26 Thread Christian Schneider
-created-for-every-message-tp5637735p5667139.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: New JMS connection being created for every message

2012-04-25 Thread Christian Schneider
-tp5637735p5664989.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: New JMS connection being created for every message

2012-04-13 Thread Christian Schneider
-connection-being-created-for-every-message-tp5637735p5637735.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Deploying route to Karaf

2012-04-13 Thread Christian Schneider
...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/ -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http

Re: Problem with jms in OSGi : IllegalArgumentException: connectionFactory must be specified

2012-04-13 Thread Christian Schneider
observation, did you check that environment variables are initialized ? Il 12 aprile 2012 16:40, Christian Schneiderch...@die-schneider.net ha scritto: -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Deploying route to Karaf

2012-04-13 Thread Christian Schneider
/ -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Problem with jms in OSGi : IllegalArgumentException: connectionFactory must be specified

2012-04-12 Thread Christian Schneider
=org.apache.camel.component.jms.JmsConfiguration property name=connectionFactory ref=connectionFactory / /bean camelContext id=camelContext trace=true xmlns=http://camel.apache.org/schema/blueprint; routeBuilder ref=dispatcherRoutes / /camelContext /blueprint -- Christian Schneider http://www.liquid-reality.de Open Source

Re: Camel Monitoring Tool

2012-04-05 Thread Christian Schneider
for that (Jconsole, and Logs are sufficient for me ;-)) -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

  1   2   3   4   >