3
votes

I have a Request/Reply with ActiveMQ processing Camel Route where the time needed to process a message is different depending on the message. Is it possible to set the requestTimeout inside of the Camel exchange instead of in the route definition?

1

1 Answers

2
votes

This is not possible.

What is your use-case for using different timeouts? We could look into adding such functionality to camel-jms.