Re: Exception when sending message to queue

2018-08-25 Thread Quinn Stevenson
You’ve configured the route to use an XA transaction (the .transacted() ), but it doesn’t look like you’ve configured the connection factories and such for XA. If you can get away with it, you could try “tranacted=true” on both the subscriber and the publisher - it’s not as fail-safe as XA, but

Exception when sending message to queue

2018-08-25 Thread Ghazi Naceur
Hello everyone, I am facing the following issue : Caused by: org.apache.camel.NoSuchBeanException: No bean could be found in the registry of type: PlatformTransactionManager at org.apache.camel.model.TransactedDefinition.doResolvePolicy(TransactedDefinition.java:247) ~[camel-core-2.22.0.jar: