Reputation: 3013
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?
Upvotes: 3
Views: 759
Reputation: 55540
This is not possible.
What is your use-case for using different timeouts? We could look into adding such functionality to camel-jms.
Upvotes: 2