Use Context Variables
Use context variables whenever possible and reuse those variables whenever it is appropriate. If, for example, a message queue needs to be used then its location, port number and name should be set up in context variables so that they can be maintained in one place. If you are sharing any values between Routes (Endpoint names, passwords, queues, URIs, etc) these should be stored in context variables.