Spring's ServerSessionFactory has been removed in Spring 3.
There's a related issue that made it in to 2.0.
http://issues.apache.org/activemq/browse/CAMEL-502
It seems that the changes to JmsConfiguration and JmsComponent from that
issue should be (almost) enough to get this working correctly. H
I think this would be the correct syntax to intercept all exchanges on
ContentManagerClearCacheTopic, converting beans to JSON on the way in, and
JSON back to beans on the way out.
Can anyone convert that to 1.6 syntax for me or point me in the right
direction? The old do
After thinking about this some more, what I'd really like is to be able to
consume a message at some time in the future. If an exception occurs during
processing, instead of the processing thread sleeping for the delay period,
the message should be re-delivered with something like a consume_time
Is it possible to have an exchange/message that threw an exception during
processing be redelivered to the end of the queue instead of staying at the
front of the queue and holding up all messages that are behind it? Some
sort of interceptor or callback or customization to DeadLetterChannel? I'm
Several ActiveMQ/Camel classes have both a setTaskExecutor() and a
setExecutorService(). I don't fully understand the difference between these
two. Is there a FAQ or wiki that I've missed? Or can somebody explain this
in a little be more detail?
Thanks.
Eric
--
View this message in context: