Vladimir Tsvetkov
Vladimir Tsvetkov

Reputation: 3013

Is it possible in Camel to set different request timeout for each message send to ActiveMQ?

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

Answers (1)

Claus Ibsen
Claus Ibsen

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

Related Questions