0

Greetings all I am using Apache Camel and Apache CXF in this example:

http://camel.apache.org/better-jms-transport-for-cxf-webservice-using-apache-camel.data/cxfcamelexample.zip

and I want to use AMQP instead of JMS but I don't know the configuration, also I need to change the version of QPID client if anyone can help, this will be great, thanks in advance.

Donal Fellows
  • 133,037
  • 18
  • 149
  • 215
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498

2 Answers2

1

Have you seen the unit test of camel-amqp component? https://svn.apache.org/repos/asf/camel/trunk/components/camel-amqp/

Claus Ibsen
  • 56,060
  • 7
  • 50
  • 65
1

I don't think the AMQP component which is developed based on Qpid project is matured to a stage where it can work succesfully. There is no good POC supported for this component either. Check http://camel.465427.n5.nabble.com/jira-Created-CAMEL-2872-camel-amqp-not-receiving-messages-td511735.html

Narita
  • 11
  • 1
  • I've posted an alternative Camel AMQP component at https://github.com/Bluelock/camel-spring-amqp – DeckerEgo Jan 23 '12 at 22:39
  • Good point. I had some real struggle working with the QPID java client together with RabbitMQ server (using the same AMQP version) for tasks that are just a little bit more complex than connecting. – Petter Nordlander May 02 '12 at 20:17