Description
For route like:
from("direct:startSlashed") .toD("activemq://${header.where}");
If we pass exchange with specified header where any value, for example "bar" the jms endpoint will parse destination not as "bar", but as "//bar" and will send message to queue "//bar".
Test file (wich will be fall) is attached
Attachments
Attachments
Issue Links
- links to