Yes, it looks a lot easier! Can I send SOAP messages with Camel?
Can the messages be encrypted with SSL? I also need to use it asynchronously, to perform some database updates (I need to duplicate a database, that will be updated every 15 minutes). Do I still use Camel in this case, or ActiveMQ? Cheers, Linuca. You may want to consider using Camel to implement the request/reply messaging pattern in combination with a content based router to route messages to their respective systems. http://camel.apache.org/request-reply.html http://camel.apache.org/content-based-router.html Camel makes it a lot easier to implement these messaging patterns and helps maintain a a clean separation between your application and the underlying JMS provider. Joe http://www.ttmsolutions.com -- View this message in context: http://www.nabble.com/temporary-or-durable-queue--tp25826944p25873505.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.