Re: JMS Bridge vs Camel

2014-07-27 Thread Willem Jiang
Hi, If you don’t want to touch the message body, using the JMS Bridge should be fine. If you want to route the message based on the message content or route the message with other transport protocol, using Apache Camel is a better choice. -- Willem Jiang Red Hat, Inc. Web: http

Re: Issue - waiting for namespace handlers [http://www.springframework.org/schema/osgi]

2014-06-09 Thread Willem Jiang
Spring-DM is out of support for years. You can use blueprint to do the same thing as you do in spring-DM. So I suggest you to publish the activemq component service by using blueprint instead of Spring. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http

Re: How to implement two consumers on a topic (Camel). One of consumers is inactive until the active one fails?

2013-10-07 Thread Willem jiang
instances of a route across a cluster of Camel based servers. [1]http://zookeeper.apache.org/doc/current/recipes.html#sc_leaderElection -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http

Re: How to implement two consumers on a topic (Camel). One of consumers is inactive until the active one fails?

2013-10-07 Thread Willem jiang
Hi, Did you try to use camel-zookeeper[1]? [1]http://camel.apache.org/zookeeper.html#Zookeeper-ZooKeeperenabledRoutepolicy. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http

Re: camel 2.1

2009-12-07 Thread Willem Jiang
Hi, We were using ActiveMQ 5.3.0 for testing when developing the Camel 2.1.0. So I think you just need to replace the Camel files in you syetem :) Willem Rob Davies wrote: that should work! :) On 4 Dec 2009, at 22:16, lujan99 wrote: how can I Install Camel 2.1 over AMQ 5.3?? only replace c

Re: Virtual Topic and remote Client consumers

2009-08-04 Thread Willem Jiang
Hi, activemq-camel is much high level API, we should make sure the ActiveMQ provides this kind of feature. I just checked the Unit test code, it looks like we need to create the physical queue before the producer send the message. Mick does this OK for you ? Or you may still need to try durab

Re: [ANNOUNCE] Apache ActiveMQ 5.2.0 Released

2008-12-08 Thread Willem Jiang
Hi There is no any news about the ActiveMQ 5.2.0 release in [1][2]. But I saw you updated the news in the confluence page. Maybe we need export the static page files from confluence. [1]http://cwiki.apache.org/ACTIVEMQ/ [2]http://activemq.apache.org/ Willem Gary Tully wrote: > The Apache Active

Re: SOAP over JMS example

2008-06-03 Thread Willem Jiang
Hi Mark, Did you run the "mvn install" first ? Willem Mark Webb wrote: Rob, Thanks for the information. I have downloaded camel and wanted to try it but the examples do not compile. Do you have any information on this? I would really like to try this out. Thanks again Mark On Tue, Jun 3,