JMS Publish-Subscribe Message Redelivery

2011-11-02 Thread hschoeneberg
Hello everyone, I am working a message-driven client-server-application and recently migrated my project from pure JMS-messaging to messaging via Camel. The messaging has been working reliably so far and during the migration-process my JMS-infrastructure remained unchanged (broker configuration et

Re: JMS Publish-Subscribe Message Redelivery

2011-11-02 Thread hschoeneberg
Ah, awesome, now it works like a charm - thank you very much for your quick help! Greetings, Hendrik Schöneberg -- View this message in context: http://camel.465427.n5.nabble.com/JMS-Publish-Subscribe-Message-Redelivery-tp4958062p4958330.html Sent from the Camel - Users mailing list archive at

NPE in CamelNamespaceHandler with JDK7

2012-07-19 Thread hschoeneberg
Hey everyone, after updating to JDK 7 I keep running into problems when starting up my Spring application: My Setup is: Oracle JDK 7 (build 1.7.0_05-b05), camel-{core, jms, spring}-2.10.0, spring-{beans, context, etc.}-3.1.2.RELEASE Do you have any hints how to address this issue? Thanks for