MS listener (Activemq) is not forwarding to onException-Clause

2016-06-10 Thread tippse
happens, because the class is not known to the broker. In such cases of missing configuration there should be an email sent, which is configured in the onException. camel-version 2.17.1 activemq-version5.13.3 thanks, tippse -- View this message in context: http://camel.465427.n5.nabble.com

Mail Body garbled when containing umlaut ue

2016-06-24 Thread tippse
f the body content ist missing. I tried CamelCharsetName=UTF-8 and ISO-8859-1, but there is no difference. an Umlaut ue in another header or in the subject seems to be ok. this is a problem, since the special characters come from an exception.message, which I have to forward in a mail. thanks a l

Re: Mail Body garbled when containing umlaut ue

2016-06-24 Thread tippse
on.message, which I have to forward in a mail. thanks a lot, Tippse message body shown correctly without special character (Umlaut ue): header_umlaut: Umlaut ΓΌ in header OBJECT: mandant=test, id=12345 titel: v4all-Uploader: Ein Fehler ist aufgetreten! Umlaut ue message body with special character

Configuring Message Transformatin on ConnectionFactory (ACTIVEMQ)

2016-09-06 Thread tippse
as explained here: ( http://activemq.apache.org/message-transformation.html ) a Message Transformer can be configured on the connection factory. That way all objectmessages are transformed automatically. Is there a way to use this in camel

Re: Configuring Message Transformatin on ConnectionFactory (ACTIVEMQ)

2016-09-06 Thread tippse
sorry, I didn't realise, that the linked article is not up-to-date. the class org.apache.activemq.util.oxm.XStreamMessageTransformer seems to be deprecated after activemq 5.7.0. I couldn't find proper replacement. any suggestions here are welcome, but this ist obviously no camel problem. I got